Commit Graph

25248 Commits

Author SHA1 Message Date
Jim Chen
f98cb3b0c2 Bug 1016629 - a. Associate a native stack for each hang; r=vladan 2014-07-28 13:30:20 -04:00
Ehsan Akhgari
bcea0c8cea Bug 1045094 - Fix some bad implicit constructors in telemetry; r=froydnj 2014-07-28 13:16:00 -04:00
Carsten "Tomcat" Book
026b7bbbca Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2014-07-28 16:30:30 +02:00
Carsten "Tomcat" Book
06ad4c77ff merge fx-team to mozilla-central a=merge 2014-07-28 15:44:12 +02:00
Paolo Amadini
d70ec73d46 Bug 1023862 - Electrolysis (e10s) support for the requestAutocomplete testing framework. r=MattN
--HG--
rename : toolkit/components/formautofill/test/browser/head.js => toolkit/components/formautofill/test/browser/loader.js
rename : toolkit/components/formautofill/test/chrome/head.js => toolkit/components/formautofill/test/chrome/loader.js
rename : toolkit/components/formautofill/test/xpcshell/head.js => toolkit/components/formautofill/test/xpcshell/loader.js
2014-07-27 18:18:44 +01:00
Wes Kocher
e97345c0bf Merge m-c to fx-team 2014-07-25 16:27:34 -07:00
Wes Kocher
5315b9b3cc Merge inbound to m-c a=merge 2014-07-25 15:59:01 -07:00
Carsten "Tomcat" Book
6196b88e50 Backed out changeset 19fe3fd54e72 (bug 1016629) for causing Linux opt XPCShell Test failures on a CLOSED TREE 2014-07-25 16:01:09 +02:00
Carsten "Tomcat" Book
3293874c90 Backed out changeset e83ef20b70ff (bug 1034138) 2014-07-25 15:59:08 +02:00
Carsten "Tomcat" Book
f13ae9f8f3 Backed out changeset ff782fb2e08e (bug 1034138) 2014-07-25 15:59:02 +02:00
Carsten "Tomcat" Book
ba0e2c0154 Backed out changeset a4cac20d25c9 (bug 1034138) 2014-07-25 15:58:42 +02:00
Anup Kumar
438e827662 Bug 854925 - Remove SetCharsetForURI and GetCharsetForURI from nsINavHistoryService. r=mak 2014-07-25 13:37:00 +02:00
Mike Hommey
e178d7cc27 Bug 1043448 - Fixup RCINCLUDE in toolkit/library/libxul.mozbuild after bug 1041936. r=gps 2014-07-25 20:13:15 +09:00
Carsten "Tomcat" Book
3ebf9558f7 Backed out changeset 1340475e6954 (bug 251903) for mochitest 3 on windows test failures 2014-07-25 12:34:50 +02:00
Paolo Amadini
407761efa7 Bug 1041534 - Refactor search tests to remove some code duplication. r=MattN 2014-07-25 10:28:45 +01:00
J. Ryan Stinnett
655939c918 Bug 1021744 - QR Decoder: Leave globals alone, get chrome window. r=paul 2014-07-24 12:16:00 +02:00
Martijn Wargers
61c03d6746 Bug 251903 - autoscroll does not function as expected when in an iframe. r=neil 2014-07-23 13:57:54 +02:00
Panos Astithas
30a44a8a3e Make thread state changes opt-in for clients with an onThreadState handler (bug 1037514); r=fitzgen
--HG--
extra : rebase_source : 94232bb18e4f3dbeef3df827b05b5cc1be37b36e
2014-07-24 18:10:21 +03:00
Carsten "Tomcat" Book
cc1073a524 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Tom Schuster
6ad763fa7f Bug 1042685 - Correct LIBS definition for Qt Widget and Gstreamer on Mac. r=glandium 2014-07-24 10:28:29 +02:00
Nathan Froyd
d70f48715a Backout 8613370d058a (bug 820716) on suspicion of breaking e10s M3 tests on a CLOSED TREE 2014-07-25 23:00:54 -04:00
Brian R. Bondy
38921a66a3 Bug 1041181 - Fix repeated GMPInstallManager log lines. r=gfritzsche 2014-07-25 21:51:41 -04:00
Ted Mielczarek
fa87cb6c1c bug 820716 - Call OOPInit during startup. r=khuey 2014-07-25 07:29:39 -04:00
Ted Mielczarek
d6179253e0 bug 462159 - Use install manifests to track header files from dist/include back to srcdir in symbolstore.py. r=gps 2014-07-18 16:33:34 -04:00
Nathan Froyd
724407411c Bug 1044046 - remove toolkit/components/workerloader/Makefile.in; r=mshal 2014-07-25 09:59:11 -04:00
Nathan Froyd
663bfa5dc5 Bug 1043957 - remove some libs:: rules from devtools's Makefile.ins; r=mshal 2014-07-25 09:38:15 -04:00
Wes Kocher
9ff23b0228 Merge m-c to inbound 2014-07-25 16:23:51 -07:00
Jeff Walden
c352e2ae00 Bug 369778 - Fix two RegExps that expect an unmatched capture group expands to the empty string, not to |undefined|. r=dolske
--HG--
extra : rebase_source : fdb86de8aba51af285f6293ee4bff8fd4b477d6f
2014-07-25 14:34:10 -07:00
Richard Newman
bce02b3a15 Bug 1043627 - Only re-initialize nsSearchService on locale change in Fennec. r=adw 2014-07-25 11:34:23 -07:00
Jim Chen
d408187fac Bug 1034138 - d. Test BackgroundHangMonitor permahangs; r=vladan 2014-07-24 22:33:52 -04:00
Jim Chen
55eae4593a Bug 1034138 - c. Display thread hang native stack in about:telemetry if available; r=vladan 2014-07-24 22:33:51 -04:00
Jim Chen
11eeabf60c Bug 1034138 - b. Add thread hang native stack output to nsITelemetry; r=vladan 2014-07-24 22:33:50 -04:00
Jim Chen
9d8f595220 Bug 1016629 - a. Associate a native stack for each hang; r=vladan 2014-07-24 22:33:43 -04:00
Wes Kocher
1d61afce3d Merge m-c to inbound a=merge 2014-07-24 17:55:50 -07:00
Mike Hommey
a62cdc4fa7 Bug 1043344 - Move libraries and programs build to the compile tier. r=gps 2014-07-25 07:14:40 +09:00
Mike Hommey
1b6283507b Bug 1043289 - Don't declare SOURCES and USE_LIBS when there is nothing to build. r=mshal 2014-07-25 07:10:15 +09:00
Jed Davis
a3b8bd49ee Bug 1042261 - Don't crash while trying to report a crash if reporting is disabled. r=ted 2014-07-22 13:05:00 +02:00
Wes Kocher
bcb960f6c1 Merge m-c to inbound 2014-07-23 18:55:48 -07:00
Wes Kocher
80cba2170e Merge fx-team to m-c a=merge 2014-07-23 18:47:48 -07:00
Panos Astithas
fb2907af9b Ensure that the debugger client doesn't try to call a callback, when one is not provided (bug 1042761). r=robcee
--HG--
extra : rebase_source : d24e3e9e115176e7d0f9fe7365cbbe00d28c4f8b
2014-07-23 19:42:16 +03:00
Jeff Walden
235c1f7500 Bug 1037100 - Remove all use of ScopedDeleteArray from miscellaneous places. r=jcranmer
--HG--
extra : rebase_source : 937557b819742ee62e10a4afa6c5152b910cd8b2
2014-07-10 20:37:40 -07:00
Alexandre Poirot
7ea4dd517f Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Sayan Chowdhury
02179516c9 Bug 981041 - Add back preference to disable transitions in Style Editor. r=harth 2014-07-22 19:54:00 +02:00
Wes Kocher
330f5c539e Merge m-c to fx-team 2014-07-23 18:58:55 -07:00
Richard Newman
cb038d901f Bug 1006051 - Follow-up: correct over-zealous regex replace. r=trivial 2014-07-23 17:16:29 -07:00
Ed Lee
b32fe95f18 Bug 1042204 - Control the enhancement of history tiles with a pref [r=adw]
Only show enhanced history when the pref allows it. Update newtab pages when enhanced pref changes.

--HG--
extra : rebase_source : 3a7466d119df6d0bffef4a71e9142b1e21f077ed
2014-07-23 11:02:51 -07:00
Ed Lee
705baf23e7 Bug 1036299 - Show enhanced content image when the tile is unhovered [r=adw]
Place an image above the usual thumbnail to hide on hover. Have DirectoryLinksProvider keep a cache of enhanced links/images to use on history tiles.

--HG--
extra : rebase_source : e4d1ddafebf13c1723a79d889a7ca3039396bc0d
2014-07-23 11:02:49 -07:00
Monica Chew
3a14448afa Bug 1039012: Only cancel third party channels with NS_ERROR_TRACKING_URI (r=gcp,briansmith) 2014-07-24 10:59:00 -07:00
Monica Chew
8d085107d6 Bug 1041855: Skip gethash completions on startup for hits in existing tables that haven't been registered yet (r=gcp) 2014-07-24 10:58:41 -07:00
Nathan Froyd
4211fc3f7d Bug 1042903 - declare jsdownloads's xpcshell data in manifests; r=glandium 2014-07-23 15:40:45 -04:00