Commit Graph

18207 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
71fdbc4f4e Merge mozilla-central to mozilla-inbound 2014-01-14 16:11:37 +01:00
Carsten "Tomcat" Book
e424652542 merge fx-team to mozilla-central 2014-01-14 15:45:38 +01:00
Patrick Brosset
18e6af162c Bug 958763 - Prevent the highlighter from stealing the focus on markup-view hover; r=jwalker 2014-01-14 10:11:46 +01:00
Wes Kocher
57f96cb48d Merge m-c to fx-team 2014-01-13 20:55:57 -08:00
Matt Brubeck
37b9de3c40 Bug 958101 - Pass named params to onFindResult as object properties [r=evilpie] 2014-01-13 17:58:33 -08:00
Ryan VanderMeulen
0c16d0556f Merge m-c to inbound. 2014-01-13 17:52:40 -05:00
Ryan VanderMeulen
5b8b6a8f8d Merge inbound to m-c. 2014-01-13 17:44:24 -05:00
Ryan VanderMeulen
212df74e79 Merge fx-team to m-c. 2014-01-13 17:37:49 -05:00
Mike Hommey
64fdc4d9ca Bug 950298 - Make the js build system use top-level as its root objdir. r=gps 2014-01-14 07:38:40 +09:00
Sumit Agrawal
a5d417a7c6 Bug 958354 - OS.Constants.Path should expose UAppData. r=Yoric 2014-01-13 08:45:20 -05:00
Alexandre Poirot
48556f4145 Bug 952214 - Re-enable webapps actor mochitest on b2g desktop and cover shell.js debugger server initialization. r=paul 2014-01-13 08:44:47 -05:00
Brian Smith
c2e23acd65 Bug 959026: Add telemetry about cases where we don't do OCSP fetching when we expect to, r=keeler
--HG--
extra : rebase_source : f7e9826569325f497273a92eec5127c414baa8bc
extra : source : bb5bb5a1b571e54695a4c8d5be0cc447f29f0358
2014-01-12 19:31:40 -08:00
Nicholas Hurley
24a28d7f96 Bug 948205 - Rename seer.sqlite (and fixup schema in the process). r=mcmanus r=vladan 2014-01-13 17:57:46 -08:00
J. Ryan Stinnett
2d8cc68aa0 Bug 946813 - Part 4: Reland bug 941012 with working chrome debugger. r=past 2014-01-06 14:55:00 -06:00
J. Ryan Stinnett
1e0a3e0fb3 Bug 946813 - Part 3: Use independent loaders, mark them invisible. r=past 2014-01-10 23:37:09 -06:00
Carsten "Tomcat" Book
0a42034c15 merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
David Rajchenbach-Teller
097da774c7 Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Margaret Leibovic
ee6b3dbd97 Bug 957881 - Get rid of recommended addons code. r=bnicholson 2014-01-10 17:18:14 -08:00
Wes Kocher
918da1335e Backed out changeset e4a784a2c735 (bug 946813) for bustage on a CLOSED TREE 2014-01-10 14:36:16 -08:00
Wes Kocher
85a286cad3 Backed out changeset 937f571f4655 (bug 946813) 2014-01-10 14:35:43 -08:00
J. Ryan Stinnett
3acd3d9d78 Bug 946813 - Part 4: Reland bug 941012 with working chrome debugger. r=past 2014-01-06 14:55:00 -06:00
J. Ryan Stinnett
c31a453b89 Bug 946813 - Part 3: Use independent loaders and mark them invisible. r=past 2014-01-07 12:25:13 -06:00
Chris Peterson
9ef77f7ef6 Bug 956468 - Fix "ReferenceError: assignment to undeclared variable res" in nsUpdateService.js. r=rstrong 2013-12-31 20:18:47 -08:00
Robert Strong
db9a5b98aa Bug 959004 - remove gVolumeMountLock declaration since it isn't used. r=bbondy 2014-01-12 18:18:16 -08:00
Robert Strong
98a1ed9760 Part 11 - Bug 951662 - fix updates patch dir in use after staging, make the helper sleep timeout consistent across tests, and use STATE_APPLIED instead of STATE_APPLIED_SVC on Windows for non service tests. r=bbondy 2014-01-12 13:47:29 -08:00
Robert Strong
c4a0cf3a99 Part 10 - Bug 951662 - add ability to debug parallel test failures and declare gRegisteredServiceCleanup. r=bbondy 2014-01-12 13:47:12 -08:00
Robert Strong
1f7353de24 Part 9 - Bug 951662 - make tests handle the case where the update log has previous update text at the start of the log. r=bbondy 2014-01-12 13:46:56 -08:00
Robert Strong
896e396570 Part 8 - Bug 951662 - fix file removal race condition and only launch the callback app from the updater when the MOZ_PROCESS_UPDATES env var is not defined. r=bbondy 2014-01-12 13:46:43 -08:00
Robert Strong
820d8691c9 Part 7 - Bug 951662 - add mock update directory for tests, remove code that is no longer needed, and test cleanup. r=bbondy 2014-01-12 13:46:29 -08:00
Robert Strong
e7db2a5c63 Part 5 - Bug 951662 - when determining the update root dir look in SOFTWARE\Mozilla registry when APP_VENDOR is not defined. r=bbondy 2014-01-12 13:45:41 -08:00
Robert Strong
21d86d5527 Part 4 - Bug 951662 - don't finish updater logging unless error is not ERROR_SHARING_VIOLATION and make log text more consistent. r=bbondy 2014-01-12 13:45:26 -08:00
Robert Strong
6d3f306d0b Part 3 - Bug 951662 - build config changes needed for creating a mock update directory for tests. r=bbondy 2014-01-12 13:45:10 -08:00
Robert Strong
25297a7bcb Part 2 - Bug 951662 - remove test code that is no longer needed and change background to staging for consistency. r=bbondy 2014-01-12 13:44:57 -08:00
Robert Strong
5d3c58c7d7 Part 1 - Bug 951662 - change background to staging for consistency. r=bbondy 2014-01-12 13:44:41 -08:00
Martin Thomson
defc49d86e Bug 878941 - Add IdP proxy code with tests. r=abr 2013-12-18 16:15:40 -08:00
Patrick McManus
aacaed2585 bug 802573 - give favicon low http priority r=mak
--HG--
extra : rebase_source : ab3b717b23fcdbec8d4fa112b8a5e46e6dc2a043
2014-01-14 09:37:24 -05:00
Ryan VanderMeulen
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Ryan VanderMeulen
85cf6fca5c Merge fx-team to m-c. 2014-01-10 14:39:59 -05:00
Ryan VanderMeulen
72810fd65d Backed out changeset 13bea55207f2 (bug 952997) for xpcshell orange. 2014-01-10 11:33:35 -05:00
Ryan VanderMeulen
197c3bb674 Backed out changeset ceb7d7bffe8c (bug 913070) for xpcshell failures. 2014-01-10 09:48:35 -05:00
Fernando Jiménez
3ac86a587f Bug 926737 - FOTA update includes device GUID for identification purpose. Part 3: Tests. r=rstrong 2014-01-10 11:02:59 +01:00
Fernando Jiménez
c444394ec0 Bug 926737 - FOTA update includes device GUID for identification purpose. Part 2: nsUpdateService r=rstrong 2014-01-10 11:02:58 +01:00
David Rajchenbach-Teller
4e2c784fee Bug 854169 - OS.File.{read, writeAtomic} support for lz4. r=froydnj 2014-01-09 17:10:05 +01:00
David Rajchenbach-Teller
d6221fc0eb Bug 854169 - Tests for the Lz4 worker module. r=froydnj 2014-01-09 17:10:05 +01:00
David Rajchenbach-Teller
1d5641194e Bug 854169 - Lazy loading for lz4 bindings. r=froydnj 2014-01-09 17:10:04 +01:00
David Rajchenbach-Teller
788e5b48b9 Bug 854169 - Bindings to lz4 for chrome workers. r=froydnj 2014-01-09 17:10:04 +01:00
David Rajchenbach-Teller
2d7f522c3b Bug 854169 - Build the binary support for Lz4.js. r=glandium 2014-01-09 17:10:04 +01:00
David Rajchenbach-Teller
f50a8964b3 Bug 854169 - Move OS.File's normalizeToPointer() to SharedAll. r=froydnj 2014-01-09 17:10:03 +01:00
Nils Maier
fa05720b39 Bug 952997 - Fix OS.File large file support. r=Yoric 2014-01-10 08:15:37 -05:00
Irving Reid
5b4f6a95a8 Bug 952543 - Record add-on manager start up exceptions in Telemetry. r=mossop 2014-01-09 15:00:27 -05:00