Kyle Huey
df5a32b6e5
Bug 812824: Use a clean struct for inheritance on root nodes. r=dbaron,Waldo
2012-11-28 13:21:36 -08:00
Jonathan Griffin
e57b404f52
Bug 815807 - Part 1: add --load-early arg to Marionette, r=ahal
2012-11-28 12:22:02 -08:00
Andrew Halberstadt
c08176f916
Bug 790817 - Add ability to install busybox to marionette, r=jgriffin
2012-11-28 15:27:04 -05:00
Gregory Szorc
941e87d329
Bug 815487 - Detect missing xpcshell.ini from mach; r=ted
...
DONTBUILD (NPOTB)
2012-11-28 12:19:32 -08:00
Sriram Ramasubramanian
e27b4149a2
Bug 806937: More missing files on private browsing. [r=me]
...
--HG--
extra : rebase_source : b13e28a61540ac9154a6f74d703f1865d7078417
2012-11-28 12:16:59 -08:00
Chris Jones
01f70e7675
Bug 814778: Disable font inflation for the b2g master process. r=dbaron
2012-11-28 12:16:01 -08:00
Sriram Ramasubramanian
579b2dd7e9
Bug 806937: Added a missing file. [r=me]
2012-11-28 12:09:10 -08:00
Sriram Ramasubramanian
e51d6ad371
Bug 806929: "Open in new private tab" for awesomebar entries. [r=mfinkle]
...
--HG--
extra : rebase_source : 230d2b3703f74ab6e585f4a528c1974f4259b709
2012-11-16 13:34:34 -08:00
Sriram Ramasubramanian
46fc0a44bc
Bug 806929: "Open in new private tab" for context-menus. [r=mfinkle]
...
--HG--
extra : rebase_source : e4070050b443d42505fab950c0d278e5c68eeed6
2012-11-16 13:20:33 -08:00
Paul Adenot
c1c81fcc33
Bug 815194 - Remove more ns prefixes on content/media classes + whitespace fixes. r=cpearce
2012-11-28 20:40:07 +01:00
Andrew Halberstadt
6421eb7cb1
Bug 816079 - Add --gecko-path and --logcat-dir options to b2g xpcshell harness, r=jgriffin, DONTBUILD a=NPOTB,test-only
2012-11-28 14:32:34 -05:00
Sriram Ramasubramanian
6ebce3b2f5
Bug 806937: Private tabs support for awesomebar tabs. [r=mfinkle]
2012-11-16 00:50:28 -08:00
Sriram Ramasubramanian
a70c86db66
Bug 806937: Private tabs support for awesomescreen. [r=mfinkle]
2012-11-16 00:41:53 -08:00
Sriram Ramasubramanian
fcb4d6c0bc
Bug 806937: Private browsing mode support for Menu button. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/menu_level.xml => mobile/android/base/resources/drawable/menu_level.xml.in
2012-11-16 00:21:46 -08:00
Sriram Ramasubramanian
db03970222
Bug 806937: Private browsing mode for Tabs button. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml.in
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_level.xml => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_level.xml.in
rename : mobile/android/base/resources/drawable/tabs_button.xml => mobile/android/base/resources/drawable/tabs_button.xml.in
rename : mobile/android/base/resources/drawable/tabs_level.xml => mobile/android/base/resources/drawable/tabs_level.xml.in
2012-11-15 23:59:25 -08:00
Sriram Ramasubramanian
8750294ac1
Bug 806937: Private browsing mode support for AwesomeBar. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_url.xml => mobile/android/base/resources/drawable/address_bar_url.xml.in
2012-11-15 21:40:57 -08:00
Sriram Ramasubramanian
353b3f0c4a
Bug 806937: Private browsing mode for Browser toolbar. [r=mfinkle]
2012-11-15 21:28:38 -08:00
Sriram Ramasubramanian
1d7b4ed141
Bug 806937: Shadowed android ui for gecko to support "state_private". [r=mfinkle]
2012-11-28 11:23:54 -08:00
Sriram Ramasubramanian
bc3487b5c6
Bug 806927: [PBM] Add private browsing specific menu items to the main menu. [r=mfinkle]
2012-11-28 11:23:54 -08:00
Jason Duell
b8be83f676
Bug 814117 - Forbid multiple Access-Control-Allow-Origin headers in HTTP responses. r=bz
2012-11-28 10:57:34 -08:00
Mats Palmgren
7dc73374a2
Bug 816162 - Add newline at end of file to fix compile warning. r=mccr8
2012-11-28 19:55:36 +01:00
Mats Palmgren
6f2db95cbc
Bug 812879. r=fantasai
2012-11-28 19:55:36 +01:00
Mats Palmgren
25edff24aa
Bug 815489 - Don't let Blur() swap mData since the buffer is also used by the image surface. r=roc
2012-11-28 19:55:36 +01:00
Rob Wood
9226d5a6b9
Bug 810083 - Develop WebSMS test to verify receiving multipart SMS, update manifest; r=jgriffin
2012-11-09 10:54:24 -08:00
Jonathan Griffin
4db1fe549b
Bug 813779 - Make Marionette's xunit output compatible with Jenkins, r=dhunt
2012-11-26 15:53:41 -08:00
Nils Maier
c818a2c341
Bug 719180: Part 2 - Add jar channel unit tests; r=taras
2012-11-28 13:13:13 -05:00
Nils Maier
98691053de
Bug 719180: Part 1 - Correct jar channel stream ownership; r=taras
...
Avoid potential file locking issues by not keeping references to the input
stream in the first place, analog to how nsBaseChannel/nsFileChannel are
implemented. The file locks will now be released as soon as either the stream
is explictly closed or the stream instance gets destroyed.
This means that a synchronous ::Open() will transfer the input stream
ownership to the caller, while asynchronous ::AsyncOpen() will transfer it to
the pump handling the asynchronous transfer to the caller's listener.
2012-11-28 13:12:56 -05:00
Justin Lebar
4b1832066e
Bug 815898 - Fix sed error when building B2G on Mac. r=mwu
...
--HG--
extra : rebase_source : 33a6f29812fda858ed30f55767838a34bdfdb9ef
2012-11-28 12:58:40 -05:00
Josh Matthews
65df81f1a7
Bug 815363 - Make the autocomplete inPrivateContext getter call a real method. r=mak
2012-11-26 17:20:56 -05:00
Daniel Holbert
3ea5c0f58b
Bug 815058 followup: Add FAIL_ON_WARNINGS to 2 test dirs that this bug's patch made warning-free. r=Ms2ger
2012-11-28 09:55:41 -08:00
Marco Bonardo
e23166cad4
Bug 814264 follow-up: change the error text. DONTBUILD
...
r_irc=gavin
2012-11-28 18:26:02 +01:00
Josh Matthews
0541a0bcc3
Backed out changeset 7c45205a61a0 (bug 769285)
2012-11-28 11:51:42 -05:00
James Willcox
6f2ad73722
Bug 813675 - Use default proxy for updater requests r=blassey
2012-11-28 11:48:59 -05:00
James Willcox
b3e63b3d0c
Bug 808595 - Use separate Intent for prompted vs automatic updates on Android r=blassey
2012-11-28 11:47:43 -05:00
Jacek Caban
0f04abc26f
Bug 814708 - Use nsAutoPtr for mTimeStretcher r=padenot
...
--HG--
extra : rebase_source : 6746cf104eac6b66bec48eb235718ad4d6853905
2012-11-28 17:25:57 +01:00
Josh Matthews
cfa92f09d7
Bug 812794 - Make docshell STS usage use existing PB knowledge instead of digging in SSL internals. r=bz/bsmith
2012-11-28 11:24:03 -05:00
Josh Matthews
5b91db75ab
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
2012-11-28 11:20:20 -05:00
Mike Conley
6c42deee0b
Bug 815273 - Don't force focus the Downloads Panel "Show all downloads" button when opening the panel. r=mak.
2012-11-28 11:10:57 -05:00
Mounir Lamouri
7e08eed13a
Bug 815650 - Show the URI spec if there is no URI host in the popup blocker. r=ttaubert
2012-11-28 15:48:35 +00:00
Josh Matthews
bf4151399c
Bug 801366 - Restrict GIF pixels to the range of the colormap. r=jrmuizel
2012-11-28 10:41:31 -05:00
Josh Matthews
3db6e574aa
Bug 788959 - Clear the listener associated with cancelled bullet frame image requests. r=bz
2012-11-28 10:30:05 -05:00
Joel Maher
7931aa2846
Bug 811444 - panda boards magically reboot in the middle of the test. r=ted
2012-11-28 10:23:11 -05:00
Peter Van der Beken
147e2bb1eb
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
...
--HG--
extra : rebase_source : 360b2ee1bc678265781991149185a1c1d262642e
2012-11-22 12:09:43 +01:00
Ehsan Akhgari
88689f2f34
Merge mozilla-central into mozilla-inbound
2012-11-28 09:43:30 -05:00
Olli Pettay
1e72329799
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
...
--HG--
extra : rebase_source : 7b2726d2aa7f5764a3c4cb750e5a735728069687
2012-11-28 03:37:57 +02:00
Olli Pettay
d0b7012d35
Bug 811206, Fix JSHolder drop handling, part 2 (assert), r=mccr8
...
--HG--
extra : rebase_source : e7731c7d1f81e250ea6992e4a15c3dc52bb136d0
2012-11-28 02:56:06 +02:00
Olli Pettay
3a7f9cf922
Bug 811206, Fix JSHolder drop handling, part 1 (base), r=mccr8
...
--HG--
extra : rebase_source : 0ea98d9e542ebade36653661fe4e941a03b87781
2012-11-28 01:54:15 +02:00
Olli Pettay
cd7e98f7f2
Bug 804811, propagate events even from disabled form controls to chrome. B2G-only hack, r=jst
2012-11-28 13:51:34 +02:00
Jason Duell
d484458a85
Bug 800799 - http-on-modify-request now called after JS that started the load is no longer on the stack. r=bz
2012-11-27 11:54:58 -08:00
Thomas Zimmermann
4f98e847a0
Bug 814723 - Don't warn about missing 'browser.newtab.url' in nsDocShell. r=jlebar
...
The preference key 'browser.newtab.url' is only supported for the browser,
and undefined on all other targets; such as mobile or b2g. For those targets
the function 'nsDocShell::ShouldAddToSessionHistory' warns about the missing
key.
This patch silences this warning by making Gecko return a default value of
'true' if the key is not present in the preferences.
2012-11-27 14:52:54 -05:00