Commit Graph

21779 Commits

Author SHA1 Message Date
Wes Kocher
5e978b1eee Merge inbound to m-c 2013-10-11 18:50:09 -07:00
Nick Fitzgerald
b50c8eda8f Bug 922835 - Make youngestFrame a getter instead of managing it manually; r=past 2013-10-11 14:35:51 -07:00
Nick Fitzgerald
ae181b9d74 Backout 6de71ba24d50 (bug 922835) because it was the wrong version of the patch. r=me 2013-10-11 14:26:13 -07:00
Ryan VanderMeulen
be7dc4f9b1 Merge m-c to fx-team. 2013-10-11 17:03:06 -04:00
Nick Fitzgerald
2841f87bd4 Bug 923735 - Tracer should attach why to frame exit packets; r=robcee 2013-10-11 13:40:42 -07:00
Nick Fitzgerald
00cb97d958 Bug 922835 - Make youngestFrame a getter instead of managing it manually; r=past 2013-10-11 13:30:36 -07:00
Ryan VanderMeulen
b2624cd00e Merge fx-team to m-c. 2013-10-11 15:41:41 -04:00
Irving Reid
0d558f650a Bug 846921: record details about individual addons in XPI provider; r=unfocused,vladan 2013-10-11 13:13:31 -04:00
Mike Hommey
4520260d0c Bug 925766 - Remove leftovers from bug 917622, r=gps 2013-10-12 00:16:50 +09:00
Nathan Froyd
54808fd0d7 Bug 925222 - part 1 - just check for __linux__ in nsUserInfo::GetDomain; r=bsmedberg
Linux's libc (with _GNU_SOURCE, which we use) and bionic are the only
interesting libcs that define domainname.  The BSDs and OSX don't, and
the latter is the only one we really need to care about.  Since we're
doing multiple configure checks for this one (!) place, it's not really
worth worrying about.  Let's just hardcode this check and be done with
it.
2013-10-09 21:36:45 -04:00
Gregory Szorc
87433f3370 Bug 919535 - Use AsyncShutdown in Sqlite.jsm. r=Yoric 2013-10-02 14:24:33 +02:00
David Rajchenbach-Teller
7c5046e551 Bug 881667 - Implement nsIAppStartup::startingUp. r=bsmedberg 2013-10-11 12:00:19 -04:00
Paul Rouget
0219bc66cc Bug 925199 - Move touch-events.js to /toolkit. r=ochameau 2013-10-11 12:00:01 -04:00
David Rajchenbach-Teller
06b090bf96 Bug 918364 - Make exceptions more meaningful in OS.File. r=froydnj 2013-10-11 11:50:52 -04:00
Patrick Brosset
fd839e0c8e Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker 2013-10-11 11:50:33 -04:00
Ed Morley
5f275c1a91 Backed out changeset a74f511a4d99 (bug 929297) for xpcshell failures on a CLOSED TREE 2013-10-25 15:25:51 +01:00
Ed Morley
019abea10a Backed out changeset 2d6c5cbcc213 (bug 902587) for failures during linking on a CLOSED TREE
--HG--
rename : xpcom/build/PoisonIOInterposer.h => xpcom/build/mozPoisonWrite.h
rename : xpcom/build/PoisonIOInterposerBase.cpp => xpcom/build/mozPoisonWriteBase.cpp
rename : xpcom/build/PoisonIOInterposerMac.cpp => xpcom/build/mozPoisonWriteMac.cpp
rename : xpcom/build/PoisonIOInterposerWin.cpp => xpcom/build/mozPoisonWriteWin.cpp
2013-10-25 14:24:34 +01:00
Nils Maier
9a40b0f7d5 Bug 929297 - Part 1: AddonManager should refuse to run in child processes. 2013-10-23 11:45:00 +01:00
Cykesiopka
d2f6b7333c Bug 914270 - Part 1: Simple/Automated moves. r=joey 2013-10-24 18:51:00 +01:00
Jonas Finnemann Jensen
ef343c0f14 Bug 902587 - Part 2A: Refactor late-write-checks as client of IO Interposer r=BenWa
--HG--
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/LateWriteChecks.h
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/PoisonIOInterposer.h
rename : xpcom/build/mozPoisonWriteBase.cpp => xpcom/build/PoisonIOInterposerBase.cpp
rename : xpcom/build/mozPoisonWriteMac.cpp => xpcom/build/PoisonIOInterposerMac.cpp
rename : xpcom/build/mozPoisonWriteWin.cpp => xpcom/build/PoisonIOInterposerWin.cpp
2013-10-24 17:02:00 +01:00
Dan Minor
5195fbf9f8 Bug 929569 - jsshell package needs msvcp dll; r=glandium 2013-10-25 08:14:51 -04:00
Ryan VanderMeulen
831b3c8264 Merge m-c to inbound. 2013-10-18 15:40:08 -04:00
Masatoshi Kimura
571b0da3ca Bug 925599 - Introduce version test functions using VerifyVersionInfo(). r=bbondy 2013-10-19 03:14:31 +09:00
Yury Delendik
24051848ba Bug 900566 - Telemetry histograms for Shumway. r=nfroyd 2013-10-17 11:50:59 -05:00
Victor Porof
b9efb47547 Bug 910953 - Implement the backend for a WebGL shader editor, r=dcamp,vlad 2013-09-09 23:33:25 +03:00
Blair McBride
44323325c8 Bug 697314 - Defer importing xpinstall permissions until necessary. r=Mossop
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug578467.js => toolkit/mozapps/extensions/test/xpcshell/test_permissions_prefs.js
2013-10-25 14:22:32 +13:00
Drew Willcoxon
d771b1257d Bug 927688 - Enable background thumbnailing on beta and release. r=markh,gps 2013-10-24 17:17:46 -07:00
Carsten Sommer
07ab5213d1 Bug 924395 - Convert netmask for "ignore hosts" IPv6 address conversion in Gnome proxy settings. r=karlt 2013-10-16 08:27:59 -04:00
Bill McCloskey
0c96a4d5e9 Bug 931534 - Make back/forward dropdowns work using CPOWs (r=felipe) 2013-10-28 12:24:51 -07:00
Bill McCloskey
3a130bf985 Bug 931421 - Enable useGlobalHistory for child process docshells (r=felipe) 2013-10-28 12:24:45 -07:00
Blair McBride
89d1cbef27 Bug 451283 - Move log4moz.js to Toolkit as Log.jsm. r=gps,Mossop
--HG--
rename : services/common/log4moz.js => toolkit/modules/Log.jsm
rename : services/common/tests/unit/test_log4moz.js => toolkit/modules/tests/xpcshell/test_Log.js
2013-08-26 11:55:58 -07:00
Florian Quèze
16cde4fe4b Bug 926902 - Incorrect error locations for errors from scripts importScripts'ed by the frameworker, r=markh. 2013-10-16 00:59:19 +02:00
Ryan VanderMeulen
dd43da16c1 Backed out changeset 03d629375717 (bug 904652) for suspicion of causing mass test bustage.
CLOSED TREE
2013-10-15 15:22:13 -04:00
Nils Maier
eb1847005b Bug 926691 - OS.File API must preverse |bytes| options to .readTo() and .write(). r=yoric 2013-10-15 14:05:57 -04:00
David Rajchenbach-Teller
e1a2cd7adb Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to module loader. r=froydnj 2013-10-15 13:28:26 -04:00
Paul Rouget
bfd9e0221c Bug 920742 - Fire simulated touch events from the top level window. r=miker 2013-10-15 13:28:24 -04:00
Nick Fitzgerald
1f66e587f8 Bug 812764 - Show magic properties on Error objects in the debugger; r=past 2013-10-15 10:21:44 -07:00
Blair McBride
3396f073b3 Bug 451283 - Move log4moz.js to Toolkit as Log.jsm. r=gps,Mossop
--HG--
rename : services/common/log4moz.js => toolkit/modules/Log.jsm
rename : services/common/tests/unit/test_log4moz.js => toolkit/modules/tests/xpcshell/test_Log.js
2013-08-26 11:55:58 -07:00
Neil Rashbrook
f6e24143cf Bug 911090 Previous form autocomplete result sometimes has a wrong searchString r=MattN 2013-10-14 08:32:04 +01:00
Birunthan Mohanathas
6f158bc61c Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
2013-10-23 16:36:09 -04:00
Nathan Froyd
b179c4efec Bug 927535 - interrogate ctypes to find out about win32/win64 bits instead of preprocessor macros; r=bholley 2013-10-16 12:10:09 -04:00
Carsten "Tomcat" Book
d096ae1b2a Merge mozilla-central to mozilla-inbound 2013-10-23 14:56:19 +02:00
Bobby Holley
1083a8c306 Bug 928476 - Add telemetry to measure cross-global adopts. r=mrbkap,nfroyd 2013-10-23 14:02:42 +02:00
Bill McCloskey
a87a375ddb Bug 923331 - Use more general getter for docshell in browser.xml (r=gavin) 2013-10-17 08:41:31 -07:00
Bill McCloskey
2141ab3ddd Bug 923331 - Remove disablehistory attr from first browser tab (r=gavin) 2013-10-17 08:38:59 -07:00
Fernando Jiménez
267ecd7ab1 Bug 910466 - Refactor IPC app state updating. r=fabrice 2013-10-17 14:47:58 +02:00
Arnaud Bienner
574b47d090 Bug 875275 part 1: Implement layout support for <input type="color">. r=dbaron,dholbert 2013-07-10 00:25:27 +02:00
Wes Kocher
79e4ff66c3 Merge m-c to inbound 2013-10-10 19:09:24 -07:00
Wes Kocher
6313f43c69 Merge inbound to m-c 2013-10-10 18:59:58 -07:00
Felipe Gomes
8d3b66dd03 Backed out changeset 24c2574041dd (bug 900954) 2013-10-10 18:43:29 -07:00
Wes Kocher
ed0edcb5d5 Merge fxteam to m-c 2013-10-10 18:40:22 -07:00
Mike Hommey
a28b5047a3 Bug 922460 - Kill media/webrtc/shared_libs.mk. r=ted
--HG--
rename : media/webrtc/shared_libs.mk => layout/media/webrtc/Makefile.in
2013-10-11 08:15:24 +09:00
Blair McBride
a1d4b77c53 Bug 910172 - PermissionsUtils.jsm bustage fix for Gaia. r=bustage 2013-10-11 11:56:42 +13:00
Birunthan Mohanathas
f6616576dd Bug 784739 - Switch from NULL to nullptr in toolkit/mozapps/; r=ehsan 2013-10-10 16:40:03 -04:00
Birunthan Mohanathas
d0cf2be39f Bug 784739 - Switch from NULL to nullptr in toolkit/crashreporter/; r=ehsan 2013-10-10 16:39:09 -04:00
Birunthan Mohanathas
9deb678652 Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan 2013-10-10 16:38:19 -04:00
Birunthan Mohanathas
72f11bcb4b Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
Birunthan Mohanathas
b2658eb131 Bug 784739 - Switch from NULL to nullptr in toolkit/; r=ehsan 2013-10-10 16:36:42 -04:00
Honza Bambas
fda9e3c937 Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell 2013-10-10 19:10:45 +02:00
Ehsan Akhgari
bb7810ceea Bug 924019 - Do not assume that PRUnichar and UniChar/unichar are the same type; r=smichaud 2013-10-10 12:59:40 -04:00
Marco Castelluccio
9d0ac7a132 Bug 923540 - Add a function to recursively remove directories. r=Yoric 2013-10-10 10:59:49 -04:00
Brian Grinstead
8f661228e9 Bug 923166 - Use nsIDOMWindowUtils.containerElement inside of LayoutHelpers.getFrameElement. r=paul 2013-10-10 08:57:33 -05:00
Paolo Amadini
3cc24e4801 Bug 918466 - Residual file left after canceling a download. r=enn 2013-10-10 16:42:03 +02:00
Carsten "Tomcat" Book
4a5c30eda0 merge fx-team to mozilla-central 2013-10-10 13:39:48 +02:00
Wes Kocher
dfa1f8d566 Merge m-c to fxteam 2013-10-09 20:42:24 -07:00
Blair McBride
1eea17f696 Bug 910172 - Refactor XPIProvider.importPermissions out to a reusable JSM. r=Mossop 2013-10-10 14:30:34 +13:00
Justin Dolske
9c51157bdb Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn 2013-10-09 17:48:40 -07:00
Ryan VanderMeulen
c430ecd99d Merge m-c to inbound.
CLOSED TREE
2013-10-09 15:34:02 -04:00
Drew Willcoxon
4c22cd9af5 Bug 924665 - Fix bug whereby BackgroundPageThumbs captures can finish twice. r=markh 2013-10-09 10:13:03 -07:00
Drew Willcoxon
190ed54ad6 Bug 924651 - Log crashes as a telemetry completion reason in BackgroundPageThumbs. r=markh,froydnj 2013-10-09 10:13:01 -07:00
J. Ryan Stinnett
c8a6504556 Bug 923157 - Re-sort licenses in alphabetical order. r=gerv 2013-10-02 10:36:47 -05:00
David Rajchenbach-Teller
b4db1e0718 Bug 922814 - nsIAppStartup::shuttingDown is not reset to true during shutdown. r=bsmedberg 2013-10-09 13:02:33 -04:00
Paul Rouget
a49d91a9aa Bug 921191 - Allow inspection/editing of SVG elements' CSS properties. r=mratcliffe 2013-10-09 09:46:48 -04:00
Ehsan Akhgari
f1fbe50293 Bug 924248 - Make nsIDocument.h go on a diet; r=jst
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Carsten "Tomcat" Book
163c022cb2 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00
Nathan Froyd
e7b170f233 Backout 8a4946c07c92 (bug 922145) for Android bustage on a CLOSED TREE 2013-10-08 21:12:21 -04:00
Gavin Sharp
992c46c5f1 Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Marco Castelluccio
dd27211857 Bug 923343 - Add the application.zip file to uninstall.log. r=tabraldes 2013-10-08 08:26:41 -04:00
Benjamin Smedberg
b5fb993e7f Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj 2013-10-10 08:48:03 -04:00
Raymond Lee
9546f698c5 Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak 2013-10-07 14:52:08 +08:00
Raymond Lee
c2f8fc4a6f Bug 811287 - Intermittent test_bookmarks_html_corrupt.js | null != null. r=mak 2013-10-07 10:39:09 +08:00
Nick Fitzgerald
65e06ae25f Bug 916454 - Delay parsing source maps until queried for a location; r=past 2013-10-06 11:45:07 -07:00
Nick Fitzgerald
9d1738c70b Bug 923600 - don't pretty print RDP packets when devtools.debugger.log is false; r=robcee 2013-10-06 11:45:07 -07:00
Paul Rouget
e22ceb0302 Bug 919496 - [app manager] Once an app has been installed, it doesn't show up in the 'installed app' tab. r=ochameau 2013-10-05 10:43:06 -04:00
Phil Ringnalda
d9f2cd455c Backed out changeset 0addc6532f62 (bug 923600) for b2g bustage 2013-10-04 19:04:41 -07:00
Nick Fitzgerald
4425695a30 Bug 923600 - don't pretty print RDP packets when devtools.debugger.log is false; r=robcee 2013-10-04 15:38:22 -07:00
Matt Brubeck
f905ab5aaf Back out f23136a1fedf (bug 698437) on suspicion of causing multiple Android mochitest failures on a CLOSED TREE 2013-10-04 12:41:43 -07:00
Paul Rouget
01a3e1e0c3 Bug 919981 - Dispatch app (un)install events via the webapps actor. r=fabrice 2013-10-04 13:01:14 -04:00
Marco Castelluccio
8e9b6e6c59 Bug 749826 - Installed app can be reinstalled as a duplicate. r=myk 2013-10-04 13:00:13 -04:00
Mina Almasry
7aa8a9434a Bug 698437 - Allow spatial navigation with directional controller. r=kats 2013-10-04 12:59:27 -04:00
Victor Porof
0845691ee7 Bug 800857 - Handle getOwnPropertyDescriptor throwing when accessing "displayName", r=past 2013-10-04 10:33:08 +03:00
Jeff Walden
5af7715661 Bug 921631 - Convert CTypes away from using propertyops to using JSNative-backed getters/setters, part 4. r=bholley
--HG--
extra : rebase_source : 75d252a85aff64b4763ce09842e4fed2b4801346
2013-09-20 15:04:53 -07:00
Jeff Walden
6c4de76931 Bug 921631 - Convert CTypes away from using propertyops to using JSNative-backed getters/setters, part 3. r=bholley
--HG--
extra : rebase_source : e88b147e55d6dd1bdd9de34272d347e932ef09b7
2013-09-12 15:45:42 -07:00
Jeff Walden
e57e0ba4ce Bug 921631 - Convert CTypes away from using propertyops to using JSNative-backed getters/setters, part 2. r=bholley
--HG--
extra : rebase_source : fe8676172e19e987d72b33e94bc636c7baac36eb
2013-09-12 15:45:42 -07:00
Jeff Walden
4f9a76249c Bug 921631 - Convert CTypes away from using propertyops to using JSNative-backed getters/setters, part 1. r=bholley
--HG--
extra : rebase_source : c735d2ab8d7e0b0d02aafc393ae0a7b139a7bc09
2013-09-12 15:45:42 -07:00
Ms2ger
f4153f40d4 Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
Ms2ger
16f90ae98c Bug 912099 - Part f: Make sure CPP_SOURCES only points to existing files in toolkit/crashreporter; r=mshal 2013-10-03 09:10:01 +02:00
Ms2ger
24a2e9c09e Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal 2013-10-03 09:10:00 +02:00
Ms2ger
d1e1fda3b3 Bug 922288 - Remove some unnecessary boilerplate from Makefile.ins; r=mshal 2013-10-03 09:10:00 +02:00
Ms2ger
1ee1f27aa3 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Wes Kocher
66e1be5adc Merge m-c to fx-team 2013-10-01 18:55:42 -07:00
Robert Strong
b41292a8a8 Followup - increase the test timeout for several more tests for Bug 918029. r=bbondy 2013-10-01 18:45:23 -07:00
Wes Kocher
dbb784a720 Merge inbound to m-c 2013-10-01 18:41:15 -07:00
Robert Strong
07bbcbc864 Use a dynamic port for app update xpcshell tests - Bug 894729. r=bbondy 2013-10-01 14:37:49 -07:00
Robert Strong
d85efe552d Increase the test timeout for Bug 918029. r=bbondy 2013-10-01 14:37:06 -07:00
Nick Fitzgerald
afd341c3a7 Bug 918802 - Move the debugger's pretty printing into a worker; r=past 2013-10-01 14:25:19 -07:00
Ryan VanderMeulen
892a11e37a Merge m-c to fx-team. 2013-10-01 17:24:45 -04:00
Ryan VanderMeulen
f57f378fe7 Merge m-c to b2g-inbound. 2013-10-01 16:47:09 -04:00
Ryan VanderMeulen
50daa32e3a Merge fx-team to m-c. 2013-10-01 16:43:07 -04:00
Nick Fitzgerald
c11aa76356 Bug 911995 - Add escodegen's license to about:license; r=robcee 2013-10-01 13:21:05 -07:00
Nick Fitzgerald
2010b0ef16 Bug 921255 - Add an UPGRADING file to toolkit/devtools/sourcemap; r=robcee 2013-10-01 13:21:05 -07:00
Nick Alexander
32dceb90c5 Bug 903534 - Part 2: Build and release-sign background.apk. r=glandium 2013-10-01 12:43:31 -07:00
Ryan VanderMeulen
61ee9e4bc1 Backed out changeset 9f16839e91c3 (bug 904652) for Gaia UI test failures. 2013-10-01 14:26:40 -04:00
Benjamin Peterson
d0f5dea659 Bug 922190 - Remove bundled copy of simplejson. r=gps
--HG--
extra : rebase_source : 5d33bafacd732e6bfb7acb6bb4d171eabb7d258a
2013-10-01 10:32:58 -04:00
David Rajchenbach-Teller
b964454a42 Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to module loader. r=froydnj 2013-10-01 12:28:16 -04:00
David Rajchenbach-Teller
ace3b87da3 Bug 922665 - Prevent AsyncShutdown from attempting to use the crash reporter if it is disabled. r=froydnj 2013-10-01 11:48:42 -04:00
Martijn Wargers
36a41557c9 Bug 922008 - Remove more enablePrivilege calls, part2. r=jmaher 2013-09-30 11:30:01 +02:00
Marco Castelluccio
a71a88aa50 Bug 915480 - Get the installation path of web apps in a more precise way. r=myk 2013-10-01 08:06:57 -04:00
Ed Morley
57a8fe5fd5 Merge latest green inbound changeset and mozilla-central 2013-10-01 10:27:39 +01:00
Richard Newman
43f89cdad0 Backed out changeset d95ef98e7b05 (bug 918802) for browser-chrome orange. 2013-09-30 18:05:22 -07:00
Nick Fitzgerald
4e4819de4c Bug 918802 - Move debugger's pretty printing into a worker; r=past 2013-09-30 15:31:44 -07:00
Trevor Saunders
6e22b00095 bug 920754 - rm more makefiles r=mshal 2013-09-25 16:39:06 -04:00
Ryan VanderMeulen
af288628a8 Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
Ryan VanderMeulen
ad7d17c453 Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
Ryan VanderMeulen
1f31fb75a5 Merge fx-team to m-c.
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Ed Morley
0886bc35ee Bug 917797 - Disable test_master_password.html for too many intermittent failures 2013-09-30 17:39:58 +01:00
Bill McCloskey
b5ee798d6c Bug 885615 - Fix "reference to undefined property exn.stack" (r=Yoric) 2013-09-30 12:24:40 -07:00
Gregory Szorc
cc487e5ef0 Bug 920223 - Part 5: Fixup issues from automatic conversions; r=Ms2ger 2013-09-30 09:52:12 +02:00
Gregory Szorc
54c1de66d6 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Gregory Szorc
e6acf6270f Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Marco Castelluccio
bca52b1804 Bug 920686 - [OS.File] Add some constants to OS.Constants.Path for WebappsInstaller.jsm. r=yoric 2013-09-30 10:59:41 -04:00
David Rajchenbach-Teller
333a672bf3 Bug 917764 - If clients fail to resolve AsyncShutdown blockers, crash the process. r=froydnj, r=ted
--HG--
rename : toolkit/modules/tests/xpcshell/test_phase.js => toolkit/modules/tests/xpcshell/test_AsyncShutdown.js
2013-09-30 10:59:40 -04:00
Gregory Szorc
1cff342d15 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Carsten "Tomcat" Book
4526325752 Backed out changeset 4ebf2657b295 (bug 920927) for Android Reftest Failure on a CLOSED TREE 2013-09-30 15:05:09 +02:00
Ed Morley
18a411a55c Backed out changeset 77bff106b704 (bug 920223) 2013-09-30 12:50:12 +01:00
Ed Morley
53a451894a Backed out changeset 68b6b152f51a (bug 920223) 2013-09-30 12:50:09 +01:00
Ed Morley
2c7dd24541 Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Ed Morley
64ada7b81a Backed out changeset 2f0509d0adb3 (bug 920223) 2013-09-30 12:49:59 +01:00
Georg Fritzsche
efbbb0848b Bug 920927 - Fix plugin overlay handling. r=Neil 2013-09-26 09:49:56 +02:00
Ed Morley
e370001e83 Backed out changeset 0904d8d19947 (bug 913985) 2013-09-30 11:05:35 +01:00
Gregory Szorc
21d70b6a32 Bug 920223 - Part 5: Fixup issues from automatic conversions; r=Ms2ger 2013-09-30 09:52:12 +02:00
Gregory Szorc
8344d8a946 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Gregory Szorc
0b4364c6f3 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Gregory Szorc
6ed63cb064 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Panos Astithas
e3ea41978b Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan 2013-09-25 19:03:17 +03:00
Chris Kitching
b227c66624 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-09-30 09:07:34 +02:00
Robert Strong
608181d36f Turn on app update mochitest-chrome debug logging to try to figure out the cause of Bug 918029. r=bbondy 2013-09-30 14:54:54 -07:00
Robert Strong
5598eba70d Bug 879612 - Move app update common xpcshell test code into head_update.js.in. r=bbondy 2013-09-30 14:54:38 -07:00
Jan Varga
01428648b0 Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
Wes Kocher
edf79e60e0 Merge fx-team to m-c 2013-09-27 20:32:24 -07:00
Robert Strong
a60c8689a1 Backed out changeset d3c5c7c61894 2013-09-27 17:19:09 -07:00
Robert Strong
3f24ff8318 Turn on app update mochitest-chrome debug logging to try to figure out Bug 918029 - Intermittent TEST-UNEXPECTED-FAIL | test_0017_check_staging_basic.xul | Test timed out. Maximum time allowed is 90 seconds | Checking if TESTS[3] test was performed... callback function name = defaultCallback, pageid = finished |and more updater failures. r=bbondy 2013-09-27 15:47:17 -07:00
Mark Capella
faf62388a2 Bug 472963 - TableExists and IndexExists does not work for temporary tables, r=mak 2013-09-27 17:04:17 -04:00
Paul Rouget
650189ea89 Bug 920509 - [app manager] Don't use hiddenDOMWindow in styles.js. r=dcamp 2013-09-27 14:41:30 -04:00
Ryan VanderMeulen
4875847fa7 Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)

--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 17:02:09 -04:00
Christoph Kerschbaumer
763b2202b5 Bug 897516 - Implement a separate cookie jar for safebrowsing - rekey part. r=mmc 2013-08-19 12:05:40 -07:00
Christoph Kerschbaumer
a8eb623c18 Bug 897516 - Implement a separate cookie jar for safebrowsing - cookie separation part. r=mmc 2013-08-19 12:31:24 -07:00
Ryan VanderMeulen
391b5cf7a5 Merge m-c to inbound. 2013-10-01 17:23:59 -04:00
Jim Blandy
9841a7ba8e Bug 837060: Test that Debugger.Object.prototype.evalInGlobal{,withBindings} properly outerizes 'this'. r=jorendorff 2013-10-01 14:07:19 -07:00
David Anderson
0c515ae00c Add RPC message support to messagemanager (bug 910493 part 2, r=smaug). 2013-10-01 09:15:06 -07:00
Benjamin Smedberg
64602ab73f Bug 921046 - Implement a retry loop when locking the profile on startup, so that if a previous instance is shutting down, we will just start with a slight delay, r=Mossop r=froydnj 2013-10-09 10:38:35 -04:00
Nathan Froyd
2041bb5c1a Bug 924638 - use Services.jsm more in about:memory; r=njn 2013-10-08 16:28:21 -04:00
Brad Lassey
0b3e9d6aef bug 922145 - publish nightly builds of GeckoView library and assets r=ted 2013-10-08 14:00:37 -04:00
Tim Abraldes
1047bbdaba bug 856977. Alert should not be possible from beforeunload. r=bbondy,bz 2013-10-08 14:00:12 -07:00
Nathan Froyd
e8316ed759 Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan 2013-09-10 16:56:05 -04:00
Chris Kitching
939077cb0b Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-09-27 10:10:37 -04:00
Kartikaya Gupta
6b7e07f87d Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 10:25:23 -04:00
Chris Kitching
602a2edbcb Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-09-27 10:10:37 -04:00
Carsten "Tomcat" Book
fba1ba6542 Backed out changeset 0cc959e28407 (bug 897516) failed XPC Shell tests CLOSED TREE 2013-09-27 15:45:31 +02:00
Carsten "Tomcat" Book
9d091b9fb6 Backed out changeset d768ef5946b9 (bug 897516) failed XPC Shell tests 2013-09-27 15:45:18 +02:00
Christoph Kerschbaumer
9d5c6fa83f Bug 897516 - Implement a separate cookie jar for safebrowsing - rekey part. r=mmc 2013-08-19 12:05:40 -07:00
Christoph Kerschbaumer
72cca452f5 Bug 897516 - Implement a separate cookie jar for safebrowsing - cookie separation part. r=mmc 2013-08-19 12:31:24 -07:00
Ryan VanderMeulen
7bb922a1d8 Merge m-c to inbound. 2013-09-26 21:40:22 -04:00
Ryan VanderMeulen
1286b0b31d Merge fx-team to m-c. 2013-09-26 21:36:35 -04:00
Ryan VanderMeulen
f2641c9a83 Merge inbound to m-c. 2013-09-26 21:29:08 -04:00
Gregory Szorc
d03c8a0359 Bug 921070 - Remove precompile tier; r=glandium
It made sense at the time. We now have inverted tiers and will soon have
derecursified building. This doesn't make sense any more.
2013-09-26 16:05:10 -07:00
Ben Hearsum
27fc7c6800 bug 803531: renew authenticode certificates in september 2013 - update authenticode issuer in tree. r=rstrong 2013-09-26 13:44:27 -04:00
Honza Bambas
a5c60e51dc Bug 914824 - HTTP cache v1/v2 general timing and hit rate compare telemetry, r=michal 2013-09-26 21:37:04 +02:00
Honza Bambas
eb8f8bc2c3 Bug 913813 - HTTP cache v1/v2 miss/hit time compare telemetry, r=michal 2013-09-26 21:37:03 +02:00
Tom Schuster
7d5202b316 Bug 919340 - Test. r=mikedeboer 2013-09-26 11:21:02 -04:00
Tom Schuster
b82ff073e1 backout ef35a8971e08, because of buggy test 2013-09-26 12:01:05 -04:00
Tom Schuster
a14480e3db Bug 919340 - Test. r=mikedeboer 2013-09-26 11:21:02 -04:00
Tom Schuster
32023e2568 Bug 919340 - Always draw outline around links when using quickfind. r=mikedeboer 2013-09-26 11:21:02 -04:00
Tom Schuster
cdbba9914a Bug 919344 - Avoid accessing dead objects in Finder.jsm after a page change. r=mikedeboer,dao 2013-09-26 11:21:02 -04:00
Sankha Narayan Guria
2fab52119c Bug 920943 - Unprefix -moz-grab from browser chrome CSS. r=dao 2013-09-26 14:36:59 +05:30
Ed Morley
4fc6d15479 Backed out changeset a2601d3f3214 (bug 919496) for xpcshell assertions during test_webappsActor.js 2013-09-26 16:22:26 +01:00
Neil Deakin
cf68f3f923 Bug 908260, support 450 error for windows parental controls in new download api, r=paolo 2013-09-26 10:58:21 -04:00
Neil Deakin
516a9618af Bug 908260, pass properties to DownloadError constructor, r=paolo 2013-09-26 10:58:19 -04:00
Paul Rouget
3a7fac0ba6 Bug 920495 - In the inspector, when a node is highlighted, we should scroll to show the node. r=mratcliffe 2013-09-26 09:53:22 -04:00
Ryan VanderMeulen
ace9777567 Backed out changeset 3786755b89c0 (bug 920495) for landing with the wrong bug # in the commit message. 2013-09-26 10:00:44 -04:00
Paul Rouget
ae4d18c0cc Bug 920984 - In the inspector, when a node is highlighted, we should scroll to show the node. r=mratcliffe 2013-09-26 09:53:22 -04:00
Paul Rouget
c70799ebf9 Bug 919496 - [app manager] Once an app has been installed, it doesn't show up in the 'installed app' tab. r=apoirot 2013-09-26 09:53:22 -04:00
Ryan VanderMeulen
d7387842c3 Merge the last PGO-green inbound changeset to m-c. 2013-09-25 14:51:55 -04:00
Monica Chew
e8c34403bb Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp)
* * *
Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop)
* * *
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-26 06:51:59 -07:00
Phil Ringnalda
b121657ba8 Merge m-c to a CLOSED TREE m-i 2013-09-24 21:22:56 -07:00
Wes Kocher
1e02f948e4 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Wes Kocher
ea284218ed Merge inbound to m-c 2013-09-24 19:41:44 -07:00
Nick Fitzgerald
4d020c41be Bug 918802 - Pretty printer shouldn't block Firefox on large files; r=dcamp 2013-09-24 16:01:01 -07:00
Nick Fitzgerald
5d3934bbc8 Backout c49d5912c0de on a CLOSED TREE due to pushing the wrong version of the patch. 2013-09-24 15:16:25 -07:00
Nick Fitzgerald
6fc3af666b Bug 918802 - Pretty printer shouldn't block Firefox on large files; r=dcamp 2013-09-24 13:54:56 -07:00
Brandon Benvie
18a7c4ce75 Bug 919769 - Make OS.Path.normalize correctly handle forward slashes on Windows. r=yoric 2013-09-24 10:59:37 -07:00
Patrick Brosset
79570be84a Bug 917448 - Avoids dead-object exceptions in markup-view due to delete iframe during load. r=paul 2013-09-23 09:04:01 -05:00
Raymond Lee
596b759086 Bug 917217 - Rename getUserDownloadsDirectory and getTemporaryDownloadsDirectory. r=paolo 2013-09-24 09:48:02 +08:00
Paul Rouget
82c1d66218 Bug 918004 - B2G: Can't see remote stylesheets in Style Editor. r=ehsan 2013-09-24 09:24:36 -04:00
Mihai Sucan
147edc04a3 Bug 860672 - Command line option -jsconsole should open the Browser Console. r=robcee 2013-09-23 13:43:37 +03:00
Felipe Gomes
f316078c34 Bug 900954 - Make some tests in test_AddonRepository_cache.js wait for data flushed to disk instead of the update-complete notification. r=bmcbride 2013-09-24 01:57:08 -03:00
Ryan VanderMeulen
e55134bbc7 Merge inbound to m-c. 2013-09-23 23:05:11 -04:00
Nicholas Nethercote
dc5c29f71c Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
CLOSED TREE
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
952691a40d Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8. 2013-09-19 15:52:28 -07:00
Gregory Szorc
7bd3c0ae36 Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Phil Ringnalda
12216d4f00 Backed out 3 changesets (bug 913260)
CLOSED TREE

Backed out changeset 9195be8a50cb (bug 913260)
Backed out changeset 09c71a3e7b85 (bug 913260)
Backed out changeset 8a8691a26012 (bug 913260)
2013-09-24 20:31:00 -07:00
Nicholas Nethercote
a51a1d18a4 Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
--HG--
extra : rebase_source : 0e9db51b137770ba7db15a99a4ec1e87071d2f47
2013-09-19 15:52:30 -07:00
Nicholas Nethercote
426445c26e Bug 913260 (part 3) - Formalize the concept of "distinguished amounts" in the memory reporter manager. r=mccr8.
--HG--
extra : rebase_source : cc6f50d85f384ed665d44b2e8850618fd8a56fa5
2013-09-19 15:52:28 -07:00
Ehsan Akhgari
8c43a4f37f Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Ryan VanderMeulen
26ad3fc54b Merge m-c to inbound.
--HG--
rename : widget/gtk2/nsGtkIMModule.cpp => widget/gtk/nsGtkIMModule.cpp
2013-09-23 17:10:33 -04:00
Ryan VanderMeulen
d6fb49befa Merge inbound to m-c. 2013-09-23 17:01:29 -04:00
Wes Kocher
bd222eeaf9 Backed out changeset 8677a18553e7 (bug 790483) for m-oth failure on a CLOSED TREE 2013-09-23 13:23:28 -07:00
David Rajchenbach-Teller
1f9f58f0cd Bug 910827 - Setting OS.File DEBUG will not automatically start the OS.File thread. r=froydnj 2013-09-23 12:18:28 -04:00
Paolo Amadini
bef1d6e51a Bug 911474 - Fix intermittent test_DownloadIntegration.js failure. r=enn 2013-09-23 15:24:51 +02:00
David Rajchenbach-Teller
74ea50ce23 Bug 916729 - [Async shutdown] Handle exceptions. r=froydnj 2013-09-23 09:23:03 -04:00
Martin Stransky
158c3250f0 Bug 914607 - Remove MOZ_WIDGET_GTK2. r=karlt 2013-09-23 09:21:35 -04:00
Carsten "Tomcat" Book
9e90608ff7 merge fx-team to mozilla-central 2013-09-23 13:07:38 +02:00
J. Ryan Stinnett
675610fc60 Bug 902421 - Add correct paths to the SrcdirProvider. r=dcamp 2013-09-20 16:22:48 -05:00
Philipp Kewisch
85b73901e2 Fix bug 880930 - JS debugger: RootActor needs its own definition of windowMediator. r=past
--HG--
extra : transplant_source : %DB%A6H%9B%D0%00%B4%24t%89%F0r%F9r%9C%7B%EC%07%D0%1B
2013-09-21 11:38:32 +02:00
Phil Ringnalda
650290f6b9 Merge m-c to fx-team 2013-09-22 09:16:05 -07:00
Ehsan Akhgari
4eeac9eae5 Bug 918926 - Minimize the crashreporter #includes; r=ted 2013-09-21 23:04:10 -04:00
Phil Ringnalda
14aab8b51f Backed out 6 changesets (bug 881804) for frequent Android reftest and jsreftest timeouts
Backed out changeset 61972f55702b (bug 881804)
Backed out changeset 0a24b77d4ffb (bug 881804)
Backed out changeset 9fbcf4c3ab2b (bug 881804)
Backed out changeset 2d35068ec2f5 (bug 881804)
Backed out changeset 757790e5cd9f (bug 881804)
Backed out changeset d8a172fa4b20 (bug 881804)
2013-09-21 17:59:14 -07:00
Drew Willcoxon
bc73d515b4 Bug 917610 - Fix backgroundPageThumbsContent.js's use of nsIDOMWindowUtils.preventFurtherDialogs. r=markh 2013-09-20 21:40:37 -07:00
Anton Kovalyov
ff54039ba4 Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan 2013-09-20 11:34:10 -07:00
Georg Fritzsche
3a6d8a93b7 Bug 790483 - click-to-play plugins fail to show placeholder after resizing. r=jaws 2013-09-17 23:23:05 +02:00
Ehsan Akhgari
c8d51e9ce2 Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg 2013-09-23 13:29:27 -04:00
Ehsan Akhgari
7233ba7103 Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
Patrick McManus
6104493dbf bug 904170 - telemetry for daily http data consumption r=jduell 2013-09-22 23:01:10 -04:00
Ryan VanderMeulen
0eb3932abb Merge m-c to fx-team. 2013-09-23 17:12:38 -04:00
Hubert B Manilla
c776b67ea7 Bug 907755 - Added telemetry probes to measure how long it takes to display a selected source text to the user; r=fitzgen 2013-09-23 13:03:25 -07:00
Mike de Boer
751a9d7924 Backed out 3 changesets (bug 893446, bug 893011, bug 869543)
Backed out changeset 452ca8b779f3 (bug 893446)
Backed out changeset e1bf70be67ec (bug 893011)
Backed out changeset 60865db5f5dc (bug 869543)
2013-09-13 11:01:40 +02:00
Felix Crux
ac294187f9 Bug 905226 - Identify custom JSON MIME-types as text. r=vporof
MIME types that can't be identified as textual are base64 encoded before
being shown in the Network Monitor tab of the developer tools. This text
detection wasn't identifying "custom" JSON MIME-types like
"application/x-bigcorp-api-json" as being JSON, and consequently they were
shown in a rather unhelpful base64 form.

This patch extends and liberalizes the isTextMimeType method to identify
these forms correctly.
2013-09-20 10:20:44 -04:00
Ed Morley
2f579f2c8b Merge latest green inbound changeset and mozilla-central 2013-09-20 10:18:21 +01:00
Shane Caraveo
fd238172c4 bug 904104 fix window.close usage from chat and social panels, r=felipc 2013-09-19 10:41:32 -07:00
Nick Fitzgerald
00bf1c9da2 Backout bcc657b11631 (Bug 918073) due to regressing bug 916458; r=me 2013-09-19 10:22:14 -07:00
Ed Morley
aaec7fb135 Merge mozilla-central and fx-team 2013-09-19 16:27:11 +01:00
Michael Ratcliffe
8dce5a27fa Bug 918305 - Move css-color.js in /toolkit/ r=paul
--HG--
rename : browser/devtools/shared/css-color.js => toolkit/devtools/css-color.js
2013-09-19 16:06:44 +01:00
Ed Morley
51c1780f21 Merge latest green fx-team changeset and mozilla-central 2013-09-19 15:39:37 +01:00
David Rajchenbach-Teller
beb7dc48d7 Bug 891300 - Porting ospath_* to the module loader. r=froydnj
--HG--
rename : toolkit/components/osfile/modules/ospath_unix_back.jsm => toolkit/components/osfile/modules/ospath_unix.jsm
rename : toolkit/components/osfile/modules/ospath_win_back.jsm => toolkit/components/osfile/modules/ospath_win.jsm
2013-09-19 08:55:53 -04:00
Phil Ringnalda
95c5bfc8b9 Merge m-c to m-i 2013-09-18 23:28:41 -07:00
Wes Kocher
4b896261ba Merge fx-team to m-c 2013-09-18 18:00:34 -07:00
Wes Kocher
bf4520a53b Merge inbound to m-c 2013-09-18 16:48:24 -07:00
Alexandre Poirot
ed2f5b0505 Bug 917310 - Fix app install path for b2g r=fabrice
--HG--
extra : transplant_source : i3%A2%FD%A5c%BDc%F7%AA%3AP%98%D5%F3%E3Okr%09
2013-09-18 10:25:06 -07:00
Willian Gustavo Veiga
084b26ad04 Bug 344536 - Limit the number of history items displayed the search bar history dropdown, so that some suggestions are always visible. r=gavin 2013-09-19 08:50:21 -04:00
Carsten "Tomcat" Book
fd946fe2b2 merge fx-team to mc 2013-09-18 12:12:28 +02:00