Gregory Szorc
fd49f9c878
Bug 792202 - Make mozboot work with Python 2.6.1; r=jhammel DONTBUILD
...
Python 2.6.1 is what ships on OS X 10.6 and we want to support mozboot
there.
We include 3 fixes:
1) optparse doesn't like unicode as its initial argument
2) __init__(**kwargs) doesn't like unicode keys
3) subprocess does not have check_output
We took the easy solution of removing unicode_literals. This should have
no significant consequences.
2012-09-18 14:45:21 -07:00
OHZEKI Tetsuharu
d1642f4d0a
Bug 764572 - add "Open URL" option to net panel items' context menu; r=msucan
2012-09-18 19:08:29 +03:00
Graeme McCutcheon
1159bc1db9
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-09-18 12:46:06 +01:00
Tim Taubert
f06f54f577
merge m-c to fx-team
2012-09-18 11:30:47 +02:00
Tim Taubert
0589c1c5f2
merge m-c to fx-team
2012-09-18 11:27:53 +02:00
Panos Astithas
09463803b4
Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb
2012-09-18 10:30:02 +03:00
Blair McBride
ab73d21425
Backout 7209f50695da (bug 788378) due to debug xpcshell orange
2012-09-18 19:27:55 +12:00
Kyle Machulis
8110153790
Bug 743933: Update B2G Bluetooth to ICS API; r=echou
2012-09-17 23:11:00 -07:00
Kyle Machulis
2950761880
Bug 791811: DeviceCreated signal asserts due to BluetoothService access on DBus Signal thread; r=echou
2012-09-17 23:10:25 -07:00
Blair McBride
908bb68c06
Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop
2012-09-18 16:49:42 +12:00
Geoff Brown
2560ed037a
Bug 791859 - Robocop: change order of operations in testHistoryTab.tearDown; r=jmaher
2012-09-17 21:34:48 -06:00
Ed Morley
d9623c5b84
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-17 20:19:57 +01:00
Ehsan Akhgari
42e4bb1beb
Bug 787574 follow-up: Forward declare JSContext as a struct
...
DONTBUILD
2012-09-17 15:16:13 -04:00
Jonathan Griffin
34b5351315
Bug 790463 - Disable test_outgoing_hold_resume.js, a=test-only, DONTBUILD because NPOTB
2012-09-17 10:48:42 -07:00
Ed Morley
c529a36218
Backout 62ef2365014e (bug 583890), 8c3df98a9f06 (bug 583890) for intermittent failures in browser_bug583890.js
2012-09-17 17:35:46 +01:00
Girish Sharma
d098672c63
Bug 789578 - The new HTML panel missing the arrows for collapsing elements' children on Windows, r=paul
...
--HG--
extra : rebase_source : 8128e70f69b2d8335e48944dc1b16bf3c602bc93
2012-09-17 21:59:58 +05:30
Blair McBride
b4cbc12b4c
Bug 781689 - Remove usage of nsIDOMWindowUtils.goOnline() in mobile's netError.xhtml. r=mfinkle,f=bnicholson
2012-09-18 17:02:33 +12:00
Blair McBride
308f9d21d5
Bug 788378 - Add guards to the AddonManager/AddonManagerInternal getters and setters, to ensure they're not used before startup/after shutdown. r=Mossop
2012-09-18 16:49:42 +12:00
Blair McBride
6e897d31ae
Bug 788416 - Remove ancient and unused tests in toolkit\mozapps\extensions\test\unit. r=Mossop
2012-09-18 16:48:01 +12:00
Ed Morley
51dcc7dff7
Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks
2012-09-17 16:54:09 +01:00
Ehsan Akhgari
3b72ea4cc8
Bug 791372 - Navigator::MozIsLocallyAvailable doesn't associate its channel with a load group; r=bzbarsky
2012-09-17 11:24:38 -04:00
Alexander Surkov
ab8f5dccbb
Bug 768296 - Ignore role=presentation when global ARIA attributes are present or referred by ARIA relationship, r=tbsaunde
2012-09-18 11:51:39 +09:00
Ehsan Akhgari
794bc0c343
Bug 785321 follow-up: Remove a hunk from the patch which is no longer needed
...
DONTBUILD
2012-09-17 22:00:07 -04:00
Justin Lebar
204987bdeb
Bug 744309 - Don't kick off a new decode from RasterImage::ShutdownDecoder. r=joedrew
2012-09-17 21:53:37 -04:00
David Clarke
ef29a0fbe3
Bug 790546 - Add sdcard option to emulator, r=jgriffin, DONTBUILD because NPOTB
2012-09-17 18:44:07 -07:00
Ms2ger
9c7def14f2
Bug 788491 - Remove kSizeNotSet constants; r=roc
2012-09-17 10:37:20 +02:00
Ms2ger
9a5b31990e
Bug 788525 - Remove ErrorResult& arguments to infallible methods in WebGL; r=bjacob
2012-09-17 10:37:20 +02:00
Ms2ger
7bfef061ad
Bug 782098 - Remove IsArea in nsGenericHTMLElement.cpp; r=mounir
2012-09-17 10:37:20 +02:00
Ms2ger
39981d0ca4
Bug 791565 - Fix undefined variable use in nsDOMStorageDBWrapper::FlushAndDeleteTemporaryTables; r=sicking
2012-09-17 10:37:20 +02:00
Ms2ger
10ec580e54
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
2012-09-17 10:37:20 +02:00
Ms2ger
0e621fbc2c
Bug 791567 - Cleanup nsSystemTimeChangeObserver::Notify; r=jlebar
2012-09-17 10:35:55 +02:00
Nicholas Nethercote
cc1fa77fc3
Bug 791611 (part 1) - Exactly root most JSObjects in jsinfer.cpp. r=terrence.
...
--HG--
extra : rebase_source : 1b39f0220a1f0ec0f8633b6a0aa5685f1d3a2c02
2012-09-16 16:32:02 -07:00
Boris Zbarsky
c658c872ec
Bug 789856. Fire error events on <script> elements which completely fail to start the load. r=sicking
2012-09-18 23:24:27 -04:00
Boris Zbarsky
76cb861fd1
Bug 790975. Support sequences as dictionary members in WebIDL. r=peterv
2012-09-18 23:24:27 -04:00
Chris Jones
1273b139d3
No bug: Update the cross-process permission checks for time permissions to match the DOM check. r=jlebar
2012-09-18 20:25:12 -07:00
Gina Yeh
b22bbb7e1b
Bug 791650 - Final version: 'Connected' attribute in device should a 2-byte array, r=qdot
2012-09-19 11:22:38 +08:00
Gina Yeh
8955215b94
Bug 791945 - Final version: Assertion failed when checking type of propertychanged message, r=echou
2012-09-19 11:19:45 +08:00
Phil Ringnalda
2bbe270302
Bug 791509 - Adjust WebGL expected failures and passes for OS X 10.8, r=bjacob
2012-09-16 10:09:54 -07:00
Phil Ringnalda
aa38e3b681
Bug 639705 - update test_fullscreen-api.html hacks to cover OS X 10.8 too
2012-09-16 01:01:59 -07:00
Phil Ringnalda
bee0ebf0ce
Bug 788044 followup, mark 586683-1.html as fuzzy on 10.8
2012-09-16 10:16:02 -07:00
Fabrice Desré
f078f54f8d
Bug 774599 - Crash when content of unknown MIME type is encountered [r=jlebar]
2012-09-16 09:15:24 -07:00
Matt Woodrow
5e4a9f531a
Bug 788044 - Make transformed frames the reference frame for their display list tree. r=roc
2012-09-16 22:32:59 +12:00
Anton Kovalyov
627cbbee31
Bug 740948 - Scratchpad should provide a quick way to reload the tab and re-run the code; r=harth
2012-09-13 17:54:02 -07:00
Nathan Froyd
713249b24b
Bug 781213 - remove chmod on telemetry saved-pings directory; r=taras
2012-09-13 07:33:35 -04:00
James Kitchener
8427688c14
Bug 730859 - Replace JSAtom with PropertyName in JSOP_DELPROP. r=jandem
...
--HG--
extra : rebase_source : 10cfedf5457090832910d436b8191e7af8e906b2
2012-09-17 17:19:26 +02:00
Mark Capella
3ea938ca2a
Bug 785091 - Remove nsIEditorObserver, r=ehsan
2012-09-17 11:14:56 -04:00
AlexHagerman
eb2876e0f6
Bug 769391 - Prevent axis locking when on a page that fits the user's screen vertically or horizontally. r=kats
2012-09-17 10:55:58 -04:00
Rafael Ávila de Espíndola
52689aa21f
Bug 791684 - Rename clang.tar.bz2 to its sha512 after building. r=rail.
...
--HG--
extra : rebase_source : b61abc1c5292a85d182f56aeaf01b399b7f2f222
2012-09-17 10:33:00 -04:00
Graeme McCutcheon
fe52ce1abe
Bug 766181 - Require Selection::AddItem's aOutIndex param. r=roc
2012-09-17 14:54:01 +01:00
Rafael Ávila de Espíndola
1e978504de
Bug 787302 - Most stacks are truncated (using minidump_stackwalk on a
...
Mac Tinderbox debug build). r=catlee.
patch clang to always produce debug_frame.
--HG--
extra : rebase_source : 0ca24100e9451b5d4d585fa27c116183fa6c5864
2012-09-17 09:21:17 -04:00