Shian-Yow Wu
8d186acbba
Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon
2012-08-13 21:54:42 -04:00
Alexander Boldyrev
51cb65d942
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
2012-08-13 18:17:55 -07:00
Kyle Machulis
b82b733e51
Bug 781692: Always fire DOMRequests for Set functions in BluetoothAdapter
2012-08-13 17:57:54 -07:00
Brian Hackett
58ba9a31d4
Don't generate missing property ICs for non-native objects, bug 782146. r=luke
2012-08-13 18:51:52 -06:00
Kartikaya Gupta
a327b0debb
Bug 776906 - Remove unnecessary conversion of bitmap to PNG. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
a7d6bcf45b
Bug 776906 - Remove unused enum. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
0286b7c99c
Bug 776906 - Fix thumbnails on Nexus 7. r=blassey
2012-08-13 20:01:31 -04:00
Nicholas Nethercote
097e90db39
Bug 781722 - Loosen over-tight assertion in JS_GetGlobalForScopeChain.
...
--HG--
extra : rebase_source : eb94fcced7bc3584de4c43ca511d3d7c0ed3dc20
2012-08-12 16:40:58 -07:00
Nicholas Nethercote
ac1b5e8acd
No bug - Fix some JSString comments. r=luke, DONTBUILD because comment-only changes.
2012-08-13 16:35:45 -07:00
Ed Morley
e60b46a79a
Bug 782431 - Disable dom/imptests/editing/selecttest/* on Android for being permaorange
2012-08-13 23:09:29 +01:00
Nicholas Cameron
f31d62bd16
Bug 781943. nullptr macro. r=joe
2012-08-14 09:06:59 +12:00
Dão Gottwald
f188c69175
Bug 782375 - pageShowEventHandlers should check event.target rather than event.originalTarget. r=gavin
2012-08-13 22:39:50 +02:00
Dave Hylands
98cc77a342
Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
...
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
r=gwagner
---
dom/system/gonk/AutoMounter.cpp | 19 ++++++++++++++++---
dom/system/gonk/AutoMounterSetting.cpp | 7 +++++--
dom/system/gonk/Volume.cpp | 12 +++++++++---
dom/system/gonk/nsVolumeService.cpp | 11 +++++++++--
4 files changed, 39 insertions(+), 10 deletions(-)
2012-08-08 15:44:59 -07:00
Nick Fitzgerald
bce08141dc
Bug 774471: Store source map URLs in the ScriptSource, not on each JSScript. r=jimb
2012-08-13 12:39:57 -07:00
Justin Lebar
47c4a17dd1
Bug 781320 - Part 4: Test that <iframe mozbrowser>'s name attribute is set when the iframe is created as a result of window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
71ee834252
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
7d969f5310
Bug 781320 - Part 2: Tests for forwarding <iframe mozbrowser>'s name from parent to child. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
a1ad57f852
Bug 781320 - Part 1: Sync iframe name down from parent to child in <iframe mozbrowser>. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
74392fedcf
Bug 780351 - Tests for ensuring that mozapp divides the window name namespace, but mozbrowser does not. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
233a0bf81b
Bug 780351 - Don't let code in different apps access each others' windows. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
02bd55ec18
Bug 780546 - Add test for opening named windows inside <iframe mozbrowser>. r=mounir
2012-08-13 15:19:09 -04:00
Justin Lebar
8a0eba3d89
Bug 780761 - Fix race condition in initialization of message manager for popups from <iframe mozbrowser>. r=smaug
...
Calling show() causes EnsureMessageManager() to SetCallbackData() on the message manager. If we don't do this, then the message manager will throw when we try to send a message.
2012-08-13 15:19:09 -04:00
Justin Lebar
df138e7a01
No bug - Tweak dom/browser-element/mochitest/createNewTest.py. r=me DONTBUILD
2012-08-13 15:19:08 -04:00
Neil Deakin
953592e2fe
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
2012-08-13 15:05:34 -04:00
Neil Deakin
293dbd7ee1
Bug 391834, rearrange some popup dialog code to be simpler,r=smaug,patch mostly by gavin
2012-08-13 15:03:59 -04:00
Dão Gottwald
110c2fb663
Bug 782306 - Remove bogus web console panel styling. r=msucan
2012-08-13 20:52:42 +02:00
Dão Gottwald
158f29a8f6
Bug 782305 - webconsole.xul should not load browser.css. r=msucan
2012-08-13 20:52:19 +02:00
Ed Morley
64209eb4d9
Merge mozilla-central to mozilla-inbound
2012-08-13 19:20:38 +01:00
Geoff Brown
df0aae5734
Bug 770461 - Robocop: improve diagnostics in testHistoryTab; r=jmaher
2012-08-13 12:11:12 -06:00
Ed Morley
94d1e10bd0
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-13 19:08:26 +01:00
L. David Baron
6f4b7cd220
Update syncing directory location in README. (No bug, DONTBUILD)
2012-08-13 10:48:16 -07:00
Ed Morley
949956ee67
Bug 782328 - Disable dom/imptests/webapps/DOMCore/tests/approved/* on Android for being permaorange; r=Ms2ger
2012-08-13 18:44:25 +01:00
Ed Morley
662f4a94d9
Bug 782275 - Disable devicestorage tests on Android; r=dougt
2012-08-13 18:44:25 +01:00
Gregory Szorc
6ecc3ed030
Merge mozilla-central into services-central
2012-08-13 10:30:29 -07:00
Gregory Szorc
81e4b09187
Bug 618233 - Re-disable test_jpakeclient.js on Windows for oranges; r=rnewman
2012-08-13 10:29:28 -07:00
Ed Morley
6f560428f4
Bug 782254 - Disable dom/imptests/webapps/DOMCore/tests/submissions/* on Android for being permaorange; r=Ms2ger
2012-08-13 14:42:34 +01:00
Masayuki Nakano
e9bd3792e3
Bug 782181 Remove unused method nsMouseWheelTransaction::IsAccelerationEnabled() r=smaug
2012-08-13 21:11:20 +09:00
Mounir Lamouri
2375e73812
Bug 782227 - Add a todo() when there is no invalid form submission observer (content/ tests). r=Ms2ger
2012-08-13 12:14:34 +02:00
Matt Woodrow
e9e1b28a99
Bug 780868 - Only reuse MaskLayers on LayerManagers with the same backend type. r=nrc
2012-08-13 22:11:40 +12:00
Matt Woodrow
d1983dab73
Bug 539356 - Add to pref to disable painting from the refresh driver. r=roc
2012-08-13 22:11:33 +12:00
Matt Woodrow
041fc01be9
Bug 781362 - Delay the start time of some SVG animation reftests to prevent intermittent failures. r=dholbert
2012-08-13 22:11:32 +12:00
Matt Woodrow
b9319c5de1
Bug 733323 - Remove references to plugin surfaces when the plugin is destroyed. r=roc
2012-08-13 22:11:30 +12:00
Matt Woodrow
82891a358e
Bug 539356 - Part 33 - Change test-overflow/single-value reftest to use MozReftestInvalidate. r=roc
2012-08-13 22:11:16 +12:00
Matt Woodrow
d1c19f3492
Bug 539356 - Part 32 - Change some SVG deferred animation tests to not require calling GetBaseValue. r=dholbert
2012-08-13 22:11:02 +12:00
Matt Woodrow
e1a83f8656
Bug 539356 - Part 31 - Call Azure canvas DidTransactionCallback even when painting from DrawWindow(). r=roc
2012-08-13 22:10:57 +12:00
Matt Woodrow
6ac4dc5746
Bug 539356 - Part 30 - Make ShadowContainerLayerD3D10 hold references to child layers. r=roc
2012-08-13 22:10:45 +12:00
Matt Woodrow
8aaca49080
Bug 539356 - Part 16 - Revoke any pending ViewManager flushes when we do one (sometimes we get this called from Will Paint events). r=roc
2012-08-13 22:10:11 +12:00
Matt Woodrow
4c8ca7e07c
Bug 770000 - Call WillPaint and DidPaint from the refresh driver instead of the widget events. r=roc
2012-08-13 22:10:11 +12:00
Matt Woodrow
99fdd40f4a
Bug 539356 - Part 24 - Don't paint android widgets that aren't being composited, or at the front. r=roc
2012-08-13 22:10:10 +12:00
Matt Woodrow
b692b60d20
Bug 539356 - Part 17 - Don't paint widgets that an invisible or empty bounds. r=roc
...
* * *
Bug 539356 - Part 13 - Only repaint widgets that have had changes since the last paint
2012-08-13 22:10:10 +12:00