Michael Kohler
4d62532187
Bug 733754 - Deactivate the 'OK' button if there is no text entered in Master Password credentials textbox. r=bnicholson
2012-12-03 12:22:05 -08:00
Stefan Arentz
6e62b55d6e
Bug 807659 - Also configure HTTPS proxy from APN settings. r=philikon
2012-12-03 12:18:50 -08:00
Jeff Walden
9da748ad60
Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff
...
--HG--
extra : rebase_source : 9c02de9c6db06cf70a89c9a57d65e94655803931
2012-11-27 15:12:20 -08:00
Brian Nicholson
43a47c2865
Bug 816902 - Prevent suggestion prompt buttons from being clicked multiple times. r=mfinkle
2012-12-03 12:08:15 -08:00
Brian Hackett
0fd89bf51e
Don't use GetIonContext()->cx in ARM assembler, bug 817509. r=mjrosenb
2012-12-03 13:04:58 -07:00
Mats Palmgren
a8536927f1
Bug 817459 - Include mozilla/mozalloc.h when needed to avoid link errors. r=tbsaunde
2012-12-03 20:53:27 +01:00
Panos Astithas
d7b4f1b695
Bug 815807 - Part 4: Let Marionette listen for non-local connections, r=jgriffin
2012-11-23 12:51:29 +02:00
Jonathan Griffin
8a78ad1330
Bug 815807 - Part 3: Load marionette early in the B2G startup process if relevant pref is set, otherwise load it late, r=ahal
2012-11-29 19:46:39 -08:00
Daniel Holbert
a3e52c5d43
Bug 817744: Fix whitespace issues in nsFrameSetFrame.cpp. whitespace-only, DONTBUILD
2012-12-03 11:47:10 -08:00
Benoit Girard
8a54bbfbe8
Bug 799640 - Part 3: Add shutdown labels. r=espindola
2012-11-30 12:49:47 -05:00
Benoit Girard
5137011d7b
Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
2012-11-30 12:49:20 -05:00
Benoit Girard
e9dec350e6
Bug 799640 - Part 1: Refactor JSObjectBuilder. r=ehsan
2012-11-30 12:46:59 -05:00
Fabrice Desré
812a427150
Bug 816149 - When updating hosted apps with appcache, the update is automatically done [r=ferjm]
2012-12-03 11:38:09 -08:00
Bill McCloskey
c0f807b818
Bug 817218 - Followup to fix compile error (r=red)
2012-12-03 11:35:22 -08:00
Kartikaya Gupta
d96543beb0
Bug 817067 - Introduce a ThumbnailHelper to deal with thumbnailing of pages. r=cpeterson, gcp
2012-12-03 14:27:34 -05:00
Bill McCloskey
d4e498b887
Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8)
2012-12-03 11:19:23 -08:00
Sriram Ramasubramanian
7b7954aa61
Bug 817138: Private browsing support for Back/Forward buttons. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_back_button.xml => mobile/android/base/resources/drawable/address_bar_nav_button.xml.in
extra : rebase_source : 402a8d8202172a3480b8a10bd1e36ba107b9340b
2012-11-30 13:22:49 -08:00
Sriram Ramasubramanian
8bdeb3fdaa
Bug 817138: Re-create back/forward button in code. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_back_button.xml => mobile/android/base/resources/drawable/address_bar_nav_button.xml
extra : rebase_source : 8bfb59c06c0ad3fe648a2e0fc3ca6176c5617291
2012-11-30 13:16:45 -08:00
Marco Bonardo
90a5f7a6cb
Bug 791447 - Move about:newTab data to preferences. r=gavin
...
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Bill McCloskey
a367da58d4
Bug 803019 - Fix case where atoms compartment is only compartment marked in a GC (r=jonco)
2012-12-03 11:10:29 -08:00
Paul Adenot
7d39705bee
Bug 817433 - Accept missing Mid for RTCIceCandidate. r=jesup
2012-12-02 14:10:19 -08:00
Ed Morley
85b348bd32
Backout bc20093cfc9d (bug 816656) for build failures during prepare-package
2012-12-03 18:47:04 +00:00
Rafael Ávila de Espíndola
36106a8301
Bug 817012 - Use a richer interface to talk from about:telemetry to TelemetryPing.js. r=vdjeric
...
--HG--
extra : rebase_source : 57f135df797ab6c24d95b1cab0e66b564255024e
2012-12-03 13:31:00 -05:00
Kannan Vijayan
8e3fef82ec
Bug 816701 - Fix branchTestObjShape to use input condition instead of hardcoding Assembler::NotEqual. r=mjrosenb
2012-12-03 13:30:39 -05:00
Sriram Ramasubramanian
c74dc86404
Bug 811738: Close tabs-tray on closing last tab. [r=mfinkle].
2012-11-28 16:29:08 -08:00
Mike Conley
e4bb67c95f
Bug 817584 - Replace descendent selectors in Downloads Panel CSS with child selectors. r=mak.
2012-12-03 13:19:16 -05:00
Brian Hackett
027df0b6f5
Fix test for incremental GC when triggering off thread compilation, bug 817635. r=billm
2012-12-03 11:11:34 -07:00
Benoit Girard
aae082ab7f
Bug 816656 - Don't write the startup cache on shutdown. r=taras
...
The startup cache will be saved in the background ~10 seconds after startup. If 10 seconds haven't elapsed yet don't bother write the cache on shutdown.
2012-12-03 13:10:11 -05:00
Jon Coppeard
98b772bfc1
Bug 816054 - Assert wrappers are sensible when added to compartment map r=billm
...
--HG--
extra : rebase_source : 1089ac35de6ac4394e0ac9578257647e9bf25b92
2012-11-30 17:41:30 +00:00
Jon Coppeard
96c58ac7d3
Bug 815999 - Sweep debugger and debugee objects in same group and improve black->gray pointer detection r=billm
...
--HG--
rename : browser/base/content/test/browser_save_private_link_perwindowpb.js => browser/base/content/test/browser_save_private_link.js
rename : browser/components/sessionstore/test/browser_354894_perwindowpb.js => browser/components/sessionstore/test/browser_354894.js
extra : rebase_source : 06ec307cad3794113af99b67a28713152368cea2
2012-12-03 16:52:07 +00:00
Chris Peterson
ee72ed1ac3
Bug 817419 - Fix warning about DebugScopes forward-declaration as struct. r=jcoppeard
2012-12-01 00:57:44 -08:00
Andrew McCreight
abb6f0af3a
Bug 812380 - optimize less aggressively in TraceWeakMapping. r=billm
2012-12-03 09:02:57 -08:00
Boris Zbarsky
572496b567
Bug 816160. Don't require 'castable':False for prefable bindings with hasXPConnectImpls, and don't require hasXPConnectImpls bindings to be prefable. r=peterv
2012-12-03 11:46:03 -05:00
Boris Zbarsky
aad2fca4ba
Bug 817476. Really do WebIDL bindings for Screen. r=ms2ger
2012-12-03 11:44:56 -05:00
Peter Van der Beken
9337bd8d50
Fix for bug 817420 (new bindings api for element broke cloud9/apf) - don't register Element prototype yet, we need to convert plain elements to the new DOM binding first. r=bz.
2012-12-03 15:26:44 +01:00
Ed Morley
08abd11595
Merge mozilla-central to mozilla-inbound
2012-12-03 15:49:45 +00:00
Mike Conley
ce92064962
Bug 815131 Follow-up - Use a child selector instead of the descendent selector. r=me.
2012-12-03 09:59:35 -05:00
Paul Adenot
b82ab109c9
Bug 817404 - Compilation error in layout/generic/nsFrameSetFrame.cpp with gcc 4.7. r=ehsan
2012-12-03 15:44:26 +01:00
Paul Adenot
70f94dbb33
Bug 817403 - Remove the preskip check when playing opus chained file. r=derf
2012-12-03 15:44:26 +01:00
Vivien Nicolas
f7ee3900b3
Bug 814074 - Send a system message to the application when the application is not running anymore but waits for a notification. r=fabrice. a=blocking-basecamp.
2012-12-03 15:42:36 +01:00
Ed Morley
618d19c490
Bug 817349 - Ensure topFrame is always defined; r=ted
2012-12-03 14:30:35 +00:00
Ed Morley
5518156de0
Backout a592d7dfb470 for Android crashes
2012-12-03 11:17:49 +00:00
Lucas Rocha
14a0eb7628
Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle)
2012-12-03 10:50:41 +00:00
Ed Morley
3d267d271c
Backout b3b4311176fa (bug 816850) for test_mozsettingsWatch.html failures
2012-12-03 10:25:55 +00:00
Marty Rosenberg
c64858581d
Add in extra function to build on non-arm platforms (no bug, r=glandium)
2012-12-03 04:32:59 -05:00
Jose Antonio Olivera Ortega
c34b135845
Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking
2012-12-03 10:30:59 +01:00
Mario Alvarado [:marioalv]
98c55ea0f3
Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan
...
DONTBUILD since this is NPOTB in global PB builds
--HG--
rename : browser/base/content/test/browser_save_private_link.js => browser/base/content/test/browser_save_private_link_perwindowpb.js
2012-12-03 01:36:43 -06:00
Ehsan Akhgari
e9c82e7b7a
Follow-up to bug 810180 - Reset the homepage to about:blank when opening new windows in the test; r=jdm
...
DONTBUILD because this is NPOTB in global PB builds
2012-12-02 23:22:45 -05:00
Ehsan Akhgari
fb31691313
Bug 817463 - Disable loading the homepage for per-window private browsing tests; r=jdm
...
DONTBUILD since this is NPOTB in global PB builds
2012-12-02 21:48:46 -05:00
Mario Alvarado [:marioalv]
646b62cd4f
Bug 813215 - Port browser_354894.js to the per-window PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB in gloabl PB builds
--HG--
rename : browser/components/sessionstore/test/browser_354894.js => browser/components/sessionstore/test/browser_354894_perwindowpb.js
2012-11-29 01:02:06 -06:00