Gavin Sharp
06079492cb
Bug 811102: bustage fix #3 :(
...
--HG--
extra : transplant_source : %0F%D8%1Bv%3EP%935%7E%E2%1A%E4F%0C%7F%F8%1F%FFP%1D
2012-11-12 23:28:54 -08:00
Mike Hommey
8bb9300037
Bug 809798 - Don't use BOTH_MANIFESTS. r=pike
2012-11-13 08:17:14 +01:00
Gavin Sharp
5830dc65ed
Bug 811102 followup #2 : add some clean up to tests from bug 804910 exposed by the fix for bug 811102, r=markh
...
--HG--
extra : transplant_source : V%E3%98%1E%01__%80%1E%F4%FBN%E1%7F%8F%10j%E8A%8D
2012-11-12 22:24:59 -08:00
Gavin Sharp
1f4ee0d19d
Followup to bug 811102's followup
2012-11-12 20:41:41 -08:00
Gavin Sharp
d6c9681b95
Bug 811102 test followup: terminate worker to avoid leak, r=markh
...
--HG--
extra : transplant_source : %E0%A1r%5B%B6k%FAIn%96%7D%88%1D%F57%A5%DCl%18T
2012-11-12 20:35:03 -08:00
Shane Caraveo
f4701ff56c
Bug 811102: fix two bugs with worker reloading, r=gavin/markh, tests by markh/gavin
...
The first bug is that we shouldn't remove the worker from the worker cache when reloading, because it's not actually being removed. terminate() already does this for us in the case where it is needed.
The second bug is that we should set .loaded=false as soon as we clear the ports on a worker we're about to reload, because otherwise the creation of a new port can occur between the reload triggering and the re-initialization, and those ports would get lost.
--HG--
extra : transplant_source : a%DF%D4%C5%E9%CD%E2%9B%FA%07%9E%22%D4mU%60%2B%A6Z%3A
2012-11-12 17:50:51 -08:00
Vladan Djeric
d1746428a0
Bug 811088 - about:telemetry causes startup info to be gathered multiple times
2012-11-12 17:01:26 -05:00
Sankha Narayan Guria
1b419bf3d2
Bug 775949 - [OS.File] Test suite uses |info| instead of |ok|. r=Yoric
2012-11-12 16:43:45 -05:00
Seth Fowler
212640dfa6
Test for Bug 796179 - Errors in files with large data URIs can cause the error console to consume gigabytes of memory and lock up the browser. r=rcampbell
2012-11-12 11:50:09 -08:00
Seth Fowler
5b194fdb85
Bug 796179 - Don't store full source URI in an attribute in the error console, and display it in abbreviated form to the user. r=rcampbell r=Neil
2012-11-12 11:50:03 -08:00
Doug Turner
fe35a75723
Bug 810137 - Device Storage filter out video formats that we do not support. r=padenot
2012-11-11 22:46:32 -08:00
Paolo Amadini
ddc3904565
Bug 775495 - Replace waitForClearHistory and waitForAsyncUpdates with versions that return promises, and remove waitForFrecency. r=mak
2012-11-11 14:01:49 +01:00
Brian R. Bondy
31ffadafc5
Bug 791829 - Tests for resuming a stopped/partial update. r=ehsan
2012-11-06 20:09:50 -05:00
Brian R. Bondy
a8752f2286
Bug 791829 - Add support for resuming a stopped/partial update. r=rstrong
2012-11-06 20:09:43 -05:00
Ryan VanderMeulen
7cd8ea0b87
Backed out 479ac3187c81 (bug 810137) for test failures.
2012-11-11 07:52:08 -05:00
Doug Turner
d660da519c
Bug 810137 - Device Storage filter out video formats that we do not support. r=padenot
2012-11-11 07:07:39 -05:00
Brian Smith
769b6dddc4
Bug 802302: Remove obsolete OCSP responder override UI and API, r=honzab
...
--HG--
extra : rebase_source : 5d241a8b9573f442c37d0aeef0689ae5054dd08d
2012-10-15 20:39:11 -07:00
Brian R. Bondy
26451f3838
Bug 795887 - Mirror existing sleep notification handling with process suspend notification handling. r=bsmedberg
2012-11-09 10:34:10 -05:00
Jeff Muizelaar
27e17373c7
Bug 801437. Breakage fix for feof(). r=ehsan
...
Macros make me sad.
--HG--
extra : rebase_source : 1265c3ef7e187c307269273e098ee92c020c2f59
2012-11-09 15:40:56 -05:00
Jeff Muizelaar
ebff2d339c
Bug 801437. Reimplement ensure_copy. r=ehsan
...
The previous implementation would copy the entire file into memory which
would cause a huge amount of memory usage on when copying large files.
This version copies a block at a time to avoid this.
2012-11-08 16:57:49 -05:00
Mounir Lamouri
48da08cd0c
Bug 556145 - Use opacity instead of GrayText for ::-moz-placeholder UA's style. r=bz,davidb
2012-11-09 10:30:54 +00:00
Mounir Lamouri
e021a7f583
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
2012-11-09 10:24:23 +00:00
Marco Bonardo
58bed929ce
Bug 799609 - Disable Places in B2G - Part 4 - Disable Places in Firefox for Android.
...
Move Android history implementation to the mobile folder, use the newly
exposed NotifyVisited API, disable Places.
r=blassey
--HG--
rename : toolkit/components/places/nsAndroidHistory.cpp => mobile/android/components/build/nsAndroidHistory.cpp
rename : toolkit/components/places/nsAndroidHistory.h => mobile/android/components/build/nsAndroidHistory.h
2012-11-09 10:55:59 +01:00
Marco Bonardo
46624ddc00
Bug 799609 - Disable Places in B2G - Part 1 - Remove Android history from Places
...
r=paolo
2012-11-09 10:55:48 +01:00
Phil Ringnalda
dcd3477dcb
Back out 5ebd6549bf93 and 73287cb2dc6a (bug 794091) on suspicion of breaking Win64 PGO builds
2012-11-08 20:43:18 -08:00
Jed Parsons
8a1dc751ec
Bug 809265 - Update Identity js and jsm modules to use new global object. r=benadida
...
--HG--
extra : rebase_source : e28a25b4a6556157532bcd082878ae36f6741607
2012-11-08 20:54:13 -05:00
Vladan Djeric
a9178592e2
Bug 661881: Add an about:telemetry page to Firefox. r=ttaubert
2012-11-08 15:36:06 -05:00
David Rajchenbach-Teller
ea76afa081
Bug 794091 - Reorganize OS.File importScripts to avoid talos hangs. r=froydnj
2012-11-08 14:35:01 -05:00
Marshall Culpepper
6f5a7f2629
Bug 809605: Add %PRODUCT_MODEL% token for update URLs in B2G. r=ehsan
2012-11-07 22:18:10 -05:00
Ehsan Akhgari
b2e16c1b41
Merge mozilla-central into mozilla-inbound
2012-11-07 17:24:27 -05:00
Ed Morley
4aa0f4198c
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-07 12:52:55 +00:00
Panos Astithas
b5e423cb18
Merge m-c to fx-team
2012-11-07 11:14:37 +02:00
Ehsan Akhgari
6a161afd5e
Bug 809383 - replace PR_TRUE in AsyncFaviconHelpers.h
2012-11-07 16:55:39 -05:00
Ed Morley
2817eb293a
Merge mozilla-central to fx-team
...
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-06 14:16:07 +00:00
Panos Astithas
f975b114eb
Bug 808527 - selectedBrowser frames appear when debugging chrome; r=dcamp
2012-11-06 09:15:12 +02:00
Panos Astithas
e16f1cd441
Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun
2012-11-06 09:14:07 +02:00
Ryan VanderMeulen
eafa7e9651
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Panos Astithas
89253ed688
Implement Debugger.removeAllDebuggees for efficient debugger shutdown (bug 740551); r=jimb,jorendorff
2012-11-02 18:30:23 +02:00
Ryan VanderMeulen
b356d6fd9d
Merge the last PGO-green inbound changeset to m-c.
2012-11-01 21:26:34 -04:00
Rail Aliiev
e9e3a332f1
Bug 806280 - l10n stub installers on latest-mozilla-aurora-l10n and latest-mozilla-central-l10n need to be signed builds. r=catlee,ted
2012-11-01 15:26:44 -04:00
Panos Astithas
c670db600f
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Matthew Noorenberghe
1038174744
Backed out changeset f33e99e56d52 because of xpcshell failures
2012-11-01 17:08:43 -07:00
Matthew Noorenberghe
a6ac6466aa
Bug 720311 - Don't open formhistory.sqlite on shutdown in order to close it. r=mak
2012-10-31 18:22:28 -07:00
Matthew Noorenberghe
a0f7f820a7
Bug 804437 - Don't copy user.js section when it's hidden. r=Unfocused
2012-10-31 16:10:46 -07:00
Panos Astithas
67a99ac912
Bug 802081 - listTabs returns empty tab titles after startup; r=rcampbell
2012-11-01 15:34:41 +02:00
Masatoshi Kimura
f16e6a5383
Bug 685202 - Cleanup the update directory if canApplyUpdates is false; r=ehsan
2012-11-05 19:08:21 -05:00
Sriram Ramasubramanian
044e410f34
Bug 783092: LightweightThemeConsumer for Fennec. [r=bmcbride, r=mfinkle]
2012-10-31 22:08:48 -07:00
Josh Aas
bceb631bc5
Back out both patches for bug 647216 due to regression documented in bug 806244.
2012-11-01 09:19:24 -04:00
Karl Tomlinson
4c12b2c467
b=808873 return toplevel GtkWidget for NS_NATIVE_SHELLWIDGET and use it r=roc
...
--HG--
extra : transplant_source : _gK%D6%5D%96%1A%3A%3A%21j%40E%09%FF%84%D3%8F%C6%A5
2012-11-07 10:50:37 +13:00
David Rajchenbach-Teller
626301fbda
Bug 808428 - Testing that OS.File can be called from xpcshell. r=nfroyd
...
--HG--
extra : rebase_source : 6dfc9107c4ff2453b47a3df528ca8d0037b91cf8
2012-11-05 07:59:00 -08:00