Commit Graph

8104 Commits

Author SHA1 Message Date
Wes Kocher
202d548b78 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Benjamin Smedberg
5643c0b0b1 Bug 1007710 - Add information about the currently-active experiment to the telemetry ping, r=gfritzsche+vladan
--HG--
extra : rebase_source : a6bde09d91162d9a77fa2d121442e2397e6c9526
2014-05-15 09:11:01 -04:00
Monica Chew
a1ab4d859d Bug 1007844: Implement per-host telemetry for pin violations for AMO and aus4 (r=keeler) 2014-05-15 16:56:51 -07:00
Monica Chew
f023ce771c Bug 1006594: Implement moz-specific telemetry (r=keeler) 2014-05-14 16:36:46 -07:00
Paolo Amadini
5f34b905ab Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Paolo Amadini
ea0df97690 Bug 956550 - The modifyLogin method should validate input like addLogin. r=dolske 2014-01-05 13:45:38 +01:00
Asaf Romano
6253a20ed2 Bug 1015633 - Use the shared asynchronous db connection in nsLivemarksService. r=mak. 2014-05-27 15:26:22 +03:00
Mark Hammond
c3c349ceb3 Bug 1013448 - add telemetry probes for sync. r=rnewman 2014-05-27 10:39:51 +10:00
Gijs Kruitbosch
e26231aff2 Backed out changeset 219e33b5d773, ec0d3a478d52 (bug 1015629) for total win8 talos bustage, and some win7, too. 2014-05-26 21:30:09 +01:00
Asaf Romano
fe69f9134f Fix review comment for the last checkin(Bug 1015629 - Use the shared asynchronous db connection in asyncGetBookmarkIds. r=mak) 2014-05-26 19:32:42 +03:00
Asaf Romano
a8ca2d457c Bug 1015629 - Use the shared asynchronous db connection in asyncGetBookmarkIds. r=mak 2014-05-26 19:29:28 +03:00
Wes Kocher
7b1d2c5343 Merge m-c to inbound 2014-05-14 16:32:53 -07:00
Roberto A. Vitillo
379aea1acd Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin 2014-05-14 05:36:00 -04:00
Masatoshi Kimura
9f49037ce6 Bug 1008778 - Respect Security Zone settings when the download manager marks a downloaded file. r=paolo 2014-05-15 06:58:35 +09:00
David Rajchenbach-Teller
dc8916a340 Bug 962948 - Additional Telemetry on Session Restore startup. r=ttaubert 2014-05-05 09:23:00 -04:00
Carsten "Tomcat" Book
30b3a166d0 merge fx-team to mozilla-central 2014-05-14 13:01:30 +02:00
Michael Pruett
3eb6d8afb4 Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN 2014-05-12 23:11:19 -05:00
Wes Kocher
57cc4594e0 Merge m-c to inbound 2014-05-13 18:56:23 -07:00
Wes Kocher
47d0ef7175 Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Monica Chew
9eb1c9c9de Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler) 2014-05-13 13:50:13 -07:00
Jed Davis
eb69e55005 Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
This has a few semi-interdependent pieces:

* Factoring out the file opening/closing/renaming from the GC/CC logging.

* Using IPC to have the child log to files that the parent opened.

* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
  of child process logging (which was impossible before this, and which is
  needed to have a meaningful test case).

* Changing about:memory to dump logs for child processes, matching the
  behavior of the "Measure" button, because it can tell the user where
  they are now.

* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
  interface, not by clicking buttons and scraping the about:memory page,
  but done as a chrome mochitest to start remote browsers); based on
  test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
Shane Caraveo
0f4d514698 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Nicholas Nethercote
9eb7b567ba Bug 1005442 - Strip moz-nullprincipal UUIDs when diffing memory reports. r=mccr8.
--HG--
extra : rebase_source : 83e9f2d08b1cb1672b9bef0fddcd8bd34cfa4e18
2014-05-13 18:14:29 -07:00
Ryan VanderMeulen
de54ba8212 Merge m-c to fx-team. 2014-05-12 16:33:27 -04:00
Drew Willcoxon
97246d948a Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
Wes Kocher
80648fa523 Merge m-c to fx-team 2014-05-13 18:59:41 -07:00
Mark Hammond
526a80a249 Bug 916497 - PageThumbs no longer expires thumnails being tested to fix intermittent oranges. r=adw 2014-05-14 11:09:31 +10:00
Paolo Amadini
4d420488c6 Bug 956332 - Reorganize Login Manager tests and update interfaces. r=dolske
--HG--
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_notify.js => toolkit/components/passwordmgr/test/unit/test_notifications.js
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_migrate.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage.js
2014-01-03 18:03:45 +01:00
Masatoshi Kimura
ff0e7c124b Bug 1007797 - Save ctypes.winLastError to prevent WinFile.GetFileAttributes from clobbering it. r=yoric 2014-05-12 22:46:49 +09:00
Carsten "Tomcat" Book
ce3573f668 Merge mozilla-central to mozilla-inbound 2014-05-12 13:48:01 +02:00
Henri Sivonen
ac85960251 Bug 995922 - Remove JOHAB support. r=emk. 2014-05-12 11:56:58 +03:00
Henri Sivonen
6f32547371 Bug 951571 - Remove T.61-8bit. r=emk. 2014-05-12 11:56:58 +03:00
Carsten "Tomcat" Book
3bb93d8ddc merge fx-team to mozilla-central 2014-05-09 14:00:32 +02:00
Michael Pruett
cee8cd00ab Bug 1004881 - Fix key press handling in saved passwords exceptions dialog. r=MattN 2014-05-05 18:16:21 -05:00
Mark Finkle
b8e03769cd Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman 2014-05-08 16:24:23 -04:00
Wes Kocher
635606fa38 merge inbound to m-c 2014-05-07 17:06:22 -07:00
Ryan VanderMeulen
6344b491fe Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Doug Turner
a2ba5f4cd6 Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud 2014-05-05 11:24:25 -07:00
David Rajchenbach-Teller
985067ff31 Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj 2014-05-05 06:53:00 -04:00
Mark Hammond
930ed8d05e Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Drew Willcoxon
bb0a51aa58 Bug 1002077 - Content pref service shouldn't use nsIFrameMessageListener and doesn't need to electrolify itself. r=mak 2014-05-05 21:28:59 -07:00
Wes Kocher
304b4c91c2 Merge m-c to inbound 2014-05-08 19:14:56 -07:00
Benoit Jacob
2e1ef0025a Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg 2014-05-08 21:03:35 -04:00
Monica Chew
ecbbe92812 Bug 1005504: Fix telemetry for application reputation (r=gcp) 2014-05-05 13:32:56 -07:00
Camilo Viecco
3b227aa061 Bug 951315 - Add telemetry to PK pinning. r=dkeeler 2014-04-30 17:04:00 -07:00
Mark Finkle
2c108723b0 Bug 986095 - Part 5: Don't log missing Session on stopUISession r=rnewman 2014-05-01 22:10:17 -04:00
Wes Kocher
3920794879 Merge fx-team to m-c 2014-05-01 18:16:02 -07:00
Birunthan Mohanathas
f72f23253c Bug 1003109 - Replace TaskUtils.spawn with Task.spawn. r=Yoric 2014-04-30 08:17:00 -04:00
Ed Morley
8bc370d126 Merge mozilla-central and inbound 2014-05-01 16:23:05 +01:00
Ed Morley
040879dda8 Merge latest green fx-team changeset and mozilla-central 2014-05-01 15:53:50 +01:00
Ed Morley
46f475aff4 Backed out changeset 8d131b6770d7 (bug 257061) for exceptions in findbar.xml 2014-05-01 11:45:32 +01:00
Mike de Boer
4855c9a48d Bug 257061: adding a counter of found matches to the find in page bar. r=Unfocused. 2014-05-01 11:30:26 +02:00
Honza Bambas
3c1571370b Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-05-01 13:28:12 +02:00
Ryan VanderMeulen
1d5e4fda0c Merge m-c to fx-team. 2014-04-30 16:46:49 -04:00
Ryan VanderMeulen
c9d9cf8970 Merge fx-team to m-c. 2014-04-30 16:41:19 -04:00
Shane Caraveo
9fa09eae7a Bug 983481 open a post activation landing page, r=markh 2014-04-30 12:08:23 -07:00
Carsten "Tomcat" Book
cde537b758 Merge m-c to fx-team 2014-04-30 15:28:33 +02:00
Roberto A. Vitillo
f82843da75 Bug 785487 - Have AboutHomeUtils use the asynchronous search service initialization API and adjust browser_aboutHome.js accordingly. r=felipe, r=gavin 2014-04-30 11:33:58 +01:00
Ryan VanderMeulen
6c5f34fa16 Merge fx-team to m-c. 2014-04-29 23:08:08 -04:00
Ryan VanderMeulen
3857a44386 Backed out changeset 1601c1a2cbaf (bug 917883) for frequent shutdown crashes. 2014-04-29 20:34:23 -04:00
Wes Johnston
cde692be0d Bug 998063 - Support media:thumbnail in feed parser. r=mak 2014-04-29 15:23:15 -07:00
Ehsan Akhgari
2e0b15b0e3 Bug 1002887 - Mark UITelemetry.jsm as not preprocessed; r=mshal 2014-04-29 19:15:07 -04:00
David Rajchenbach-Teller
99d1f55876 Bug 917883 - Use AsyncShutdown instead of spinning the event loop in healthreporter.jsm. r=gps, r=rnewman 2014-04-29 11:12:00 -04:00
Mike Connor
734d64a1fc Bug 999851 - remove topN support from search service, r=gavin
--HG--
extra : rebase_source : 4bce31c2fb6e078aa14ba31a3d06185f884f9ac1
2014-04-24 16:24:36 -04:00
Hansu Kim
96648b485e Bug 991977 - Ensure volume is mounted before starting download. r=dhylands 2014-04-23 17:50:00 -04:00
Ed Morley
aed6e63cb1 Merge mozilla-central and fx-team 2014-05-01 16:25:00 +01:00
Mike de Boer
8377244319 Bug 257061: adding a counter of found matches to the find in page bar. r=Unfocused 2014-05-01 13:01:14 +02:00
Ryan VanderMeulen
cf8d559d3b Merge m-c to inbound. 2014-04-30 00:00:21 -04:00
Nicholas Nethercote
0b29eb277a Bug 952650 (part 13) - Remove JSVAL_IS_PRIMITIVE. r=till.
--HG--
extra : rebase_source : 450ba0261ef5a8546c81f9f645605e312585d6c6
2014-04-27 20:27:54 -07:00
Nicholas Nethercote
c79e0f8f0d Bug 952650 (part 12) - Remove JSVAL_TO_OBJECT. r=till.
--HG--
extra : rebase_source : 60dcaa2b778d3cf6eb7dc1a4949aab010ed8c130
2014-04-27 19:58:52 -07:00
Rodrigo Rodriguez Jr.
b0de19588c Bug 952650 (part 10) - Remove JSVAL_IS_NUMBER. r=njn.
--HG--
extra : rebase_source : eaef4276d665c9bb06eb695989fb4c3b08358069
2014-04-27 19:48:45 -07:00
Rodrigo Rodriguez Jr.
0a5bccece7 Bug 952650 (part 8) - Remove JSVAL_TO_STRING. r=njn.
--HG--
extra : rebase_source : 61ab9459c00849027498904863647e65453a1a43
2014-04-27 19:45:46 -07:00
Rodrigo Rodriguez Jr.
8c9ffb503e Bug 952650 (part 6) - Remove JSVAL_IS_STRING. r=njn.
--HG--
extra : rebase_source : ebd55749447f9feea04a78ff7cc17ba2dd2c5cd0
2014-04-27 19:41:01 -07:00
Rodrigo Rodriguez Jr.
ce08f289ef Bug 952650 (part 2) - Remove JSVAL_IS_VOID. r=evilpies.
--HG--
extra : rebase_source : 0ae81cd69dc13d944927de906abc656536b4d425
2014-04-27 19:32:05 -07:00
Rodrigo Rodriguez Jr.
5b7e66980d Bug 952650 (part 1) - Remove JSVAL_IS_NULL. r=terrence.
--HG--
extra : rebase_source : 83d1cdaf71260fd99b688c23303ceb2de7b00031
2014-04-27 19:30:51 -07:00
Marco Castelluccio
aa5caaf1a9 Bug 965414 - Don't try to use the JS downloads implementation in the webapp runtime because we don't have one. r=paolo 2014-04-27 12:22:00 -04:00
Birunthan Mohanathas
ff8ce9bd42 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Jefry Lagrange
18ef1dc04d Bug 568613 - Remove browser.history_expire_days usage from tree. r=mak 2014-04-24 07:47:00 -04:00
Birunthan Mohanathas
4de1915f30 Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug 2014-04-25 12:49:00 -04:00
Arpad Borsos
e19fb46166 Bug 474369 - remove nsVoidArray includes; r=ehsan
--HG--
extra : rebase_source : dd3abeb623fd8b784fd6ba639c88def84a4daf58
2014-04-26 16:12:45 +02:00
Nathan Froyd
4c20a67b0d Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan 2014-04-29 13:27:26 -04:00
Ryan VanderMeulen
c54f3e2567 Merge m-c to inbound on a CLOSED TREE. 2014-04-30 16:47:33 -04:00
Honza Bambas
e0a27b1b69 Backing out bug 916052 (2557b51a47a0) for build bustage on linux/osx, r=bustage on CLOSED TREE 2014-04-30 13:05:43 +02:00
Honza Bambas
31fe98bfc2 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-04-30 12:39:18 +02:00
Jon Coppeard
bed7fc43d9 Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley 2014-04-30 10:10:33 +01:00
Henri Sivonen
33b0002281 Bug 943252 m-c part - Remove dead code related to the old Character Encoding menu implementation. r=Unfocused. 2014-04-30 10:41:15 +03:00
Byron Campen [:bwc]
82e3ffd1c2 Bug 970690 - Part 2: Add basic telemetry for ICE. r=mt 2014-03-03 10:58:35 -08:00
Bobby Holley
93e7696d6a Bug 997440 - Fix some error reporting nastiness in the CPS tests. r=bz 2014-05-20 22:52:19 -07:00
Nicholas Nethercote
07424e1651 Bug 1013652 - Add a "DMD" button to about:memory when DMD is enabled. r=mccr8.
--HG--
extra : rebase_source : 368251faf2fbadad106a2d5fab3be56d455d16e9
2014-05-20 19:29:37 -07:00
EKR
b0ca419e1e Bug 1012999: When STUN global rate limit is exceeded, record this in telemetry. r=ekr 2014-05-19 19:16:38 -07:00
Ms2ger
6c45d84d45 Bug 968804 - Part b: Add outer window assertions to {Can,Force,Final}Close; r=peterv 2014-05-20 21:50:58 +02:00
Paolo Amadini
e611d38e81 Bug 856470 - Login Manager no longer requires initialization at startup. r=dolske 2013-09-14 20:24:00 +02:00
Mark Hammond
54b7c91e28 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-10 12:03:07 +10:00
Olli Pettay
1ee2f3d803 Bug 1005392 - Fix typeaheadfind leak. r=enndeakin 2014-05-07 13:55:00 -04:00
Ehsan Akhgari
28ecd70ded Bug 1002084 - Fix the typo in satchelFormListener's QueryInterface method; r=dolkse
--HG--
extra : rebase_source : 08b6b374b92a74d44111f83e0053646d51142f48
2014-04-29 16:34:58 -04:00
Carsten "Tomcat" Book
4719cf159c Merge mozilla-central to mozilla-inbound 2014-05-28 14:48:41 +02:00
Gian-Carlo Pascutto
7f473c5299 Bug 1015978 - Check some PrefixSet invariants to detect & recover from disk corruption. r=mmc 2014-05-28 13:16:52 +02:00
Carsten "Tomcat" Book
0b747c2e67 Merge m-c to fx-team 2014-04-24 13:22:27 +02:00
Marco Bonardo
2e96e08879 Bug 914070 - Part 2 - nullify mDBConn at setClosedState and provide an isClosed helper. r=asuth 2014-04-24 11:54:12 +02:00
Gian-Carlo Pascutto
8ee4749b9f Bug 998007: Use SafeBrowsing app id for application reputation checks. r=ckerschb 2014-04-22 22:10:45 +02:00
Monica Chew
9598fb93b3 Bug 998396: Fix gethash completions, urlclassifier.malware_table and urlclassifier.phish_table may be comma-separated lists (r=gcp) 2014-04-22 09:46:46 -07:00
Ryan VanderMeulen
411bd2fa0e Merge m-c to inbound. 2014-04-22 13:07:17 -07:00
Ryan VanderMeulen
59b9ab5fc0 Merge fx-team to m-c. 2014-04-22 13:05:09 -07:00
Ed Morley
d853249331 Backed out changeset 96e274a243ff (bug 998396) for build failures; CLOSED TREE 2014-04-22 16:36:39 +01:00
Asaf Romano
82a704728f Bug 993391 - Places async transactions: Implement "move bookmarks" command. r=mak. 2014-04-22 08:42:23 +03:00
Monica Chew
71e3e43d09 Bug 998396: Fix gethash completions, urlclassifier.malware_table and urlclassifier.phish_table may be comma-separated lists (r=gcp) 2014-04-22 08:13:59 -07:00
Ed Morley
412a398bca Backed out changeset 73bb0c592bf1 (bug 998396) for debug build failures; CLOSED TREE 2014-04-22 17:37:01 +01:00
Monica Chew
706b954764 Bug 999477: Fix FindInReadable calls in ApplicationReputation (r=gcp) 2014-04-22 09:14:55 -07:00
Monica Chew
242df22ac5 Bug 998396: Fix gethash completions, urlclassifier.malware_table and urlclassifier.phish_table may be comma-separated lists (r=gcp) 2014-04-22 09:14:51 -07:00
Aaron Klotz
460566bab5 Bug 935482: New IOInterposer observer for recording main thread I/O to file; r=froydnj 2014-04-19 14:28:02 -06:00
Marco Bonardo
4471a4b0ac Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin 2014-04-18 16:04:19 +02:00
Marco Bonardo
1269160766 Backout 566c01fe0d98 (bug 330879) due to unexpected regression 2014-04-18 16:03:35 +02:00
Mike Connor
6645543f29 Bug 997432 - log failures when MozParams don't include a condition attribute, r=gavin
--HG--
extra : rebase_source : e1f3712e88265d6e298b47e59e55d7e2feaf2484
2014-04-16 19:35:28 -04:00
Monica Chew
352c67bc99 Bug 933432: Enable remote lookups for application on Windows (r=gcp) 2014-04-17 14:01:47 -07:00
Amod Narvekar
6ef4184fc6 Bug 552025 - Remove the instances of nsINavHistoryResultObserver.containerOpened/Closed. r=mak 2014-04-17 16:43:03 -04:00
Monica Chew
0d683a1b75 Bug 997759: Prefs for phishing and malware tables are comma-sep lists (r=gcp) 2014-04-17 10:57:08 -07:00
Ryan VanderMeulen
c6e96a2d96 Merge fx-team to m-c. 2014-04-16 22:29:41 -04:00
David Rajchenbach-Teller
a4197ffe92 Bug 995162 - Rewrite the mechanism that (re)starts the OS.File worker. r=froydnj 2014-04-16 17:04:47 -04:00
Ryan VanderMeulen
94ba87d6c2 Backed out changesets e128ceec086c and 7e31deb02ba8 (bug 992670) for mochitest-bc and xpcshell crashes. 2014-04-16 15:16:30 -04:00
Amod Narvekar
869c8edcdc Bug 330879 - Check whether the node parameter is a valid Places node. r=mak 2014-04-16 13:50:36 -04:00
Ryan VanderMeulen
c71414c58b Merge m-c to inbound. 2014-04-15 23:30:15 -04:00
Phil Ringnalda
6cd395f369 Bug 994300 - Disable browser_frameworker.js and browser_frameworker_sandbox.js on OS X debug for constant assertions 2014-04-15 19:59:07 -07:00
Nicholas Nethercote
f9af51ad1b Bug 996438 - Import BookmarkJSONUtils.jsm lazily into PlacesBackups.jsm. r=mak.
--HG--
extra : rebase_source : 244d30f479ddf9d79dfe216bd9024ba7f45c662a
2014-04-15 18:20:28 -07:00
Marco Bonardo
ccf7942c88 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Ryan VanderMeulen
188e8576a8 Backed out changeset e6b103b4369e (bug 974171) for mochitest-dt failures.
CLOSED TREE
2014-04-14 12:13:26 -04:00
Michael Ratcliffe
883922ff49 Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags r=jwalker 2014-04-08 12:53:58 +01:00
Carsten "Tomcat" Book
0f7edef10d Backed out changeset e2aff2cd9a9a (bug 959573) for bc1 test failures on a CLOSED TREE 2014-04-14 14:29:08 +02:00
Marco Bonardo
bc486e5207 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Marco Bonardo
2c9d46a300 bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano 2014-04-14 12:00:11 +02:00
Terrence Cole
c97877c686 Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz
--HG--
extra : rebase_source : 87991ed47ed071550af4e4125eea54a66fdb0071
2014-01-21 18:11:17 -08:00
Birunthan Mohanathas
279be7bfee Bug 992670 - Make all child insertions/removals non-temporary in nsNavHistoryContainerResultNode. r=mak 2014-04-16 13:56:52 -04:00
Birunthan Mohanathas
7b8a4fad4b Bug 992670 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak 2014-04-16 13:56:51 -04:00
kushagra singh[:kushagra]
c40fc7d08e Bug 819068 - Implementing OS.File.queue. r=Yoric 2014-04-12 21:02:06 -04:00
Ryan VanderMeulen
4ac815c411 Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only
CLOSED TREE
2014-04-11 16:09:09 -04:00
Ryan VanderMeulen
b06124335d Bug 994798 - Disable browser_frameworker.js on Linux debug for frequent timeouts. 2014-04-11 11:58:37 -04:00
Tim Taubert
8791952e5a Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod 2014-04-10 10:47:47 +02:00
Tim Taubert
ffe67eb551 Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz 2014-04-02 08:21:14 +02:00
Nils Maier
a706ff0749 Bug 952997 - Fix OS.File large file support. r=yoric 2014-04-08 03:40:00 +02:00
Carsten "Tomcat" Book
f7dfaad647 merge fx-team to mozilla-central 2014-04-09 14:23:03 +02:00
Nochum Sossonko
5f9e166a4a Bug 668903 - Pressing escape should close the saved passwords dialog. r=MattN
--HG--
extra : rebase_source : 9f23e3d3457c5409b00715038e3e8014a6a9b0c3
2014-04-07 16:01:35 -04:00
Ryan VanderMeulen
fe0ec6cc66 Merge inbound to m-c. 2014-04-08 18:17:58 -04:00
Boris Zbarsky
35fca5eeeb Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
This patch was mostly generated with the following command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""

and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Tim Taubert
3d38f4f707 Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak 2014-03-30 21:49:28 +02:00
Marco Bonardo
93daf1f7d4 Bug 991668 - resolve promises on next tick to avoid "too much recursion" error when exporting bookmarks.html. r=Yoric 2014-04-08 14:09:29 +02:00
Ryan VanderMeulen
d557ea4dc1 Merge m-c to fx-team. 2014-04-07 22:37:51 -04:00
Peter Van der Beken
7741df1efa Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
2014-04-07 22:18:53 +02:00
Nicholas Hurley
37cf5381bd Bug 987248 - Prevent divide-by-zero in seer. r=mcmanus 2014-04-07 12:45:45 -07:00
Paolo Amadini
4abdff9652 Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric 2014-04-07 16:18:43 +02:00
Asaf Romano
c06fabb225 Bug 984131 - Async transactions: protect transactions objects so we can optimize them. r=mak 2014-04-07 12:58:20 +03:00
Phil Ringnalda
125cfa9c03 Merge m-i to a CLOSED TREE m-c 2014-04-06 09:51:58 -07:00