Commit Graph

30376 Commits

Author SHA1 Message Date
Jordan Santell
081e465c8a Bug 1168275 - Wait for specifically Parse HTML markers, not any marker, to fix intermittent. r=fitzgen 2015-06-04 16:39:24 -07:00
Jordan Santell
f4f3358344 Bug 1171539 - ConsoleTime markers should render endStacks. r=vp 2015-06-04 12:38:32 -07:00
Matthew Noorenberghe
b537567244 Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop 2015-06-04 14:11:45 -07:00
J. Ryan Stinnett
5eda3d600f Bug 1169723 - Load view source frame script lazily. r=mconley 2015-06-04 18:17:53 -05:00
Iaroslav Sheptykin
516f3f5c57 Bug 1129056 - Implement Yandex translation engine. r=felipe
Some parts of the patch by Felipe, with f=florian
2015-06-04 17:49:55 -03:00
Jordan Santell
07365b8962 Bug 1169439 - Markers fully eclipsed by another marker should be collapsed within the parent marker. r=vp 2015-06-04 07:51:22 -07:00
David Vedvick
237c1a8d75 Bug 1163416 - Make various e10s related strings literals localizable. r=felipe 2015-05-31 12:17:54 -05:00
J. Ryan Stinnett
7acb062167 Bug 1171460 - ESLint: Allow trailing commas. r=pbrosset 2015-06-04 12:09:24 -05:00
Mike de Boer
ceb0bc88bf Bug 1170535: anchor the social share panel to the Hello button whilst sharing a room URL and enable the Social Provider Activation panel in release. r=mixedpuppy,Standard8 2015-06-04 18:24:45 +02:00
Sami Jaktholm
74e7b0a4f6 Bug 949355 - Wait for iframes to be loaded before looking at their style sheets. r=bgrins
Previously the getStyleSheets method was only waiting for the topmost frame to
load before listing the style sheets. If a frame wasn't loaded in time, it
caused some sheets to be missing causing the test to timeout.

These changes make the actor to wait for a frame to be loaded in _addStyleSheets
before doing the actual adding. This allows the code of _addAllStyleSheets to be
moved directly to getStyleSheets as it no longer needs to wait for the load to
happen.
2015-05-31 15:08:57 +03:00
Sami Jaktholm
f257f9257d Bug 1169993 - Remove duplicated setTheme methods from performance and webaudio tests. r=bgrins 2015-06-03 19:36:35 +03:00
Sami Jaktholm
0cb894dbb3 Bug 1169993 - Fix setTheme in theme.js to really trigger a theme change in Developer Tools. r=bgrins 2015-05-31 14:12:39 +03:00
Sami Jaktholm
69872435ff Bug 1119149 - Update Font Inspector previews when the theme changes. r=pbrosset 2015-05-31 13:12:47 +03:00
Ryan VanderMeulen
4f360adf00 Merge m-c to fx-team. a=merge 2015-06-04 09:35:35 -04:00
Ryan VanderMeulen
d2ccbf448a Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Eddy Bruël
5aa4c07755 Bug 1008380 - Can't remove a breakpoint after it slides to a new line;r=jlong 2015-06-04 12:02:35 +02:00
Panos Astithas
4a5b3dff84 Only delay the hamburger button update badge in developer edition (bug 1170240). r=Gijs 2015-06-04 10:08:27 +03:00
Mark Hammond
44228839f7 Bug 1170079 - don't treat an old readinglist last-sync-date as a prolonged error if it's disabled. r=adw 2015-06-04 11:06:57 +10:00
Mark Hammond
b3d4898a3d Bug 1170926 - have the hamburger menu notice the 'needs reauthentication' state. r=adw 2015-06-04 11:06:07 +10:00
Ryan VanderMeulen
8118085b3d Backed out changeset b617a57d6bf1 (bug 1169439) for OSX debug browser_projecteditor_contextmenu_02.js and browser_projecteditor_menubar_02.js permafail. 2015-06-03 16:12:10 -04:00
Ryan VanderMeulen
fc4ff6cdab Merge m-c to fx-team. a=merge 2015-06-03 16:06:53 -04:00
Ryan VanderMeulen
e7e473d305 Merge inbound to m-c. a=merge 2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
2920a1a594 Merge fx-team to m-c. a=merge 2015-06-03 15:52:14 -04:00
Marco Bonardo
a43d41defc Bug 1167915 - "Add a Keyword for this Search" does not work anymore on POST forms. r=ttaubert 2015-06-03 21:12:48 +02:00
Patrick Brosset
b84dd2c20b Bug 1170477 - 3 - Test for the inspector breadcrumbs context menu; r=tromey 2015-06-03 16:31:23 +02:00
Patrick Brosset
6865e2af5f Bug 1170477 - 2 - Fix undefined inspector.strings accessor in breadcrumbs; r=tromey
The only user of the l10s inspector strings bundle is a string that this
change removes.
The "Siblings" string is supposed to tell users that the section of the
menu that follows contains sibling nodes, but it's disabled (and looks like
an item you should normally be able to click on), and it's separated from
the list of siblings by a horizontal separator (making it look like even
less related to the next section).

Also fixed the fact that the inspector context menu was regenerated for
every sibling found on the current node.

Also fixed the fact that the inspector context menu would not appear when
right clicking on the documentElement breadcrumb node.
2015-06-02 11:49:11 +02:00
Patrick Brosset
f9c83dd852 Bug 1170477 - 1 - Quick code cleanup for better eslint compliancy; r=tromey 2015-06-02 11:26:24 +02:00
Jared Wein
3f1be27ec3 Bug 1167294 - follow-up, use #ifdef instead of AppConstants. r=me 2015-06-03 13:42:26 -04:00
Ryan VanderMeulen
cb24fbce29 Backed out changeset a4c0703e9a10 (bug 1008380) for browser_dbg_breakpoints-actual-location.js failures. 2015-06-03 13:34:46 -04:00
Jordan Santell
714f447961 Bug 1169439 - Markers fully eclipsed by another marker should be collapsed within the parent marker. r=vp 2015-06-03 07:51:16 -07:00
Jared Wein
dd2af53e73 Bug 1170803 - Only check for all filetype associations in Windows versions preceding 8.0 to match the startup behavior. r=Gijs 2015-06-03 11:41:19 -04:00
Jared Wein
c92d0561a7 Bug 1167294 - Launch the modern Settings app when setting the default browser on Windows 10. r=jimm,Gijs 2015-06-03 11:40:40 -04:00
Eddy Bruël
167ede0d60 Bug 1008380 - Can't remove a breakpoint after it slides to a new line;r=jlong 2015-06-03 17:35:59 +02:00
Tim Taubert
64c264857b Bug 1146269 - Update styling for "More Information" button r=Gijs 2015-05-28 14:35:34 +02:00
Tim Taubert
e0e8261369 Bug 1146269 - Remove help button from identity panel r=Gijs 2015-05-27 15:56:07 +02:00
Tim Taubert
0a2e38329d Bug 1146269 - Move identity panel styles to their own files r=Gijs 2015-05-27 14:56:44 +02:00
Tim Taubert
948db89c48 Bug 1146269 - Move the identity panel to its own XUL file in browser/components/controlcenter/ r=Gijs,ted 2015-05-27 14:10:49 +02:00
Gijs Kruitbosch
d6bc880f46 Bug 1125657 - remove grey borders on windows 10, r=dao 2015-06-01 15:00:52 +01:00
Jose Antonio Olivera Ortega
febe0a1a6a Bug 1153407 - browser_toolbox_options_enable_serviceworkers_testing.js breaks other tests, needs to be e10s. r=ochameau 2015-06-03 08:07:26 +02:00
Xidorn Quan
90b53792c8 Bug 1105939 part 8 - Display fullscreen warning after reactivation on OS X Lion. r=dao 2015-06-04 13:49:34 +12:00
Liang-Heng Chen
0f95d0e95a Bug 1115480 - Part 1: Implement XPCOM module for mDNSProvider. r=mcmanus 2015-05-20 23:06:00 -04:00
Carsten "Tomcat" Book
1a0a135370 merge mozilla-inbound to mozilla-central a=merge 2015-06-03 13:49:47 +02:00
Carsten "Tomcat" Book
a7f5138bd3 Backed out changeset 8e4fdb45e6a8 (bug 1169439) for e10s dt test failures 2015-06-03 08:42:17 +02:00
Jordan Santell
ec9f49f662 Bug 1169439 - Markers fully eclipsed by another marker should be collapsed within the parent marker. r=vp 2015-05-31 17:55:26 -07:00
Jordan Santell
d3cfe7f553 Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug 2015-06-02 16:16:32 -07:00
Jordan Santell
ba1c4112a7 Bug 1167976 - Mark platform JS code with category where appropriate. In this case, just "tools" category as devtools JS code. r=vp,shu 2015-05-24 09:10:14 -07:00
Carsten "Tomcat" Book
7b09e2f788 Merge mozilla-central to mozilla-inbound 2015-06-03 13:54:38 +02:00
Edwin Flores
f42c1a4f4c Bug 1160101 - Disable Adobe EME by default; enable only in Mozilla builds - r=glandium 2015-06-03 22:44:55 +12:00
Wes Kocher
315a009cb0 Merge m-c to inbound, a=merge 2015-06-02 18:43:25 -07:00
Tim Taubert
77ebbff749 Bug 1170669 - Fix intermittent browser_514751.js crashes by not loading mozilla.org r=mconley 2015-06-02 21:18:31 +02:00