Andrea Marchesini
aa5886a81f
Bug 962626 - Browser API: mozmetachanged triggered when a meta element is added to the dom., r=ehsan
...
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_Iconchange.html => dom/browser-element/mochitest/test_browserElement_inproc_Metachange.html
rename : dom/browser-element/mochitest/test_browserElement_oop_Iconchange.html => dom/browser-element/mochitest/test_browserElement_oop_Metachange.html
2014-01-30 09:31:34 -08:00
Bobby Holley
2e2d1d6438
Bug 872273 - Tests. r=smaug
2014-01-30 09:30:30 -08:00
Bobby Holley
c466cbabe6
Bug 872273 - Use js::ErrorReportToString for worker ErrorEvents. r=bent
...
Historically, we've sometimes reported ErrorEvent.message as |Error.name|, and
sometimes as |Error.name: Error.message|, depending on which path we took
through js_ReportUncaughtException. We need to standardize on something, so
let's use the latter, since it contains strictly more information. This involves
updating a few tests.
2014-01-30 09:30:30 -08:00
Bobby Holley
a1089f66d2
Bug 872273 - Remove manual rooting from js_ReportUncaughtException. r=Waldo
...
This stuff is exactly rooted now, so this is all unnecessary.
2014-01-30 09:30:29 -08:00
Bobby Holley
f9a7eb47c4
Bug 872273 - Don't ToString the exn if we already got a report out of it. r=Waldo
...
Note that we have to update a test that was previously expecting to hit the
bail-out case at the bottom of js_ReportUncaughtException.
2014-01-30 09:30:29 -08:00
Bobby Holley
cc55b9e53c
Bug 872273 - Generate a JSErrorReport when we need one. r=Waldo
...
This lets js_ReportUncaughtException get the report directly from the underlying
Error object, rather than trying to duck-type it (which fails for security
wrappers).
2014-01-30 09:30:29 -08:00
Bobby Holley
5c45296ed8
Bug 872273 - Remove non-cx variant of ErrorFromException, and make it take a HandleObject. r=Waldo
...
We're going to need to start doing more work in js_ErrorFromException, which
will require a |cx| and may GC.
2014-01-30 09:30:29 -08:00
Bobby Holley
6a6595d1c0
Bug 956385 - Don't count non-matching messages toward the total. r=ted
2014-01-30 09:30:28 -08:00
Geoff Brown
c26badfb98
Bug 927602 - (2) Skip reftest font-stretch-1.html on Android x86; r=dminor
2014-01-28 06:47:41 -07:00
Geoff Brown
20ee26c199
Bug 936226 - Mark canvas-drawImage-scale-2a.html as passing on Android x86; r=dminor
2014-01-28 06:47:38 -07:00
Felix S. Klock II
e10d06a1f0
Bug 961821: tests for jit-support for writes into TypedObject arrays (r=pnkfelix).
...
These iteration counts were selected to be close to the minimum number
necessary to expose bugs while working on this patch (see comments in
Bug 961821 for more details here). Note that they are all 500
iterations (not 5000); please be wary of reducing the iteration count
further without first ensuring that the jit has time to compile this
code.
2014-01-30 17:47:14 +01:00
Felix S. Klock II
ea259263b6
Bug 961821: jit-support for writes into TypedObject arrays.
...
As part of above, alpha-renamed IonBuilder::setElemTryTyped to
IonBuilder::setElemTryTypedArray to keep clear the current distinction
between TypedObject and TypedArray.
Drive-by fix: Reference to Bug 894105 in comment had off-by-one typo.
Bug 961821: jit-support for writes into TypedObject arrays (r=nmatsakis).
As part of above, alpha-renamed IonBuilder::setElemTryTyped to
IonBuilder::setElemTryTypedArray to keep clear the current distinction
between TypedObject and TypedArray.
Drive-by fix: Reference to Bug 894105 in comment had off-by-one typo.
2014-01-28 04:33:00 +01:00
Gregory Szorc
b14e377e09
Bug 965587 - Add lock to Firefox Health Report uploading; r=rnewman
...
Previously, it was technically possible for the FHR client to have
multiple simultaneous uploads. While this should never occur in
well-behaving systems, server logs have indicated that this behavior
might be occurring.
This patch adds a lock around uploading to ensure only 1 upload
operation may be active at a given time.
To measure the impact of this change in the wild, we added a counter
that increments whenever a held lock is encountered.
--HG--
extra : rebase_source : f0bb5065a3618cd335b6b6f31e4e68850f31f151
2014-01-29 15:28:57 -08:00
Simone Carletti
66539bb295
Bug 965744 - PSL changes for Google private domains. r=gerv
2014-01-30 11:32:08 -05:00
Rick Eyre
e19074b0f0
Bug 965336 - Setting TextTrackCue's Start or End times should set its state to dirty. r=rillian
2014-01-29 12:57:43 -05:00
Simone Carletti
0c517fe5fa
Bug 965740 - Add Microsoft azure to PSL. r=gerv
2014-01-30 11:17:11 -05:00
Douglas Crosher
7f74586c39
Bug 965247 - ARM simulator: Support an environment variable and shell argument to enabling icache checks. r=jandem
2014-01-30 01:30:56 +11:00
Rick Eyre
5658e3ae22
Bug 965246 - Integrate bulk updates from vtt.js. r=rillian
...
Relevant changes for bugs 881976 and 964625.
2014-01-29 09:28:06 -05:00
Sotaro Ikeda
8039dc9590
Bug 964976 - Prevent crash of unsupported pixel format gralloc allocation. r=nical
2014-01-30 11:17:10 -05:00
Michael Shal
a178e0023a
Bug 963123 - NNS Windows build fix to prevent lower case working directories to make the build fail. r=glandium
2014-01-30 11:14:35 -05:00
Jeff Gilbert
999af5c8f5
Bug 960319 - Don't use GLTextures for non-ANGLE D3D WebGL layers. r=vlad
2014-01-30 10:59:16 -05:00
James Kitchener
8761050c1e
Bug 953385 - Tests for OpenType 'math' script in MathML. r=fredw
2014-01-30 10:59:16 -05:00
James Kitchener
4e5786a150
Bug 953385 - Set math script flag on textruns belonging to MathML tokens. r=roc
2014-01-30 10:59:16 -05:00
James Kitchener
4c8c250776
Bug 953385 - Set math script where applicable in /gfx. r=jfkthame
2014-01-30 10:59:16 -05:00
Ethan Tseng
de3c7abde1
Bug 951188 - [RTSP][V1.3] No error notification when the RTSP link fails to load. r=sworkman
2014-01-30 10:00:53 +08:00
Shih-Chiang Chien
d8011a95f0
Bug 948725 - Invoke |QuitPumpingEvent| after response packet is received. r=jduell
2014-01-30 10:59:15 -05:00
Joel Maher
c4f14259bc
Bug 965731 - upload a new talos.zip to pick up all the fixes. r=armenzg
2014-01-30 10:47:28 -05:00
Bobby Holley
2b75bbbe71
Bug 959012 - Clean up and separate the semantics of js_{Get,Find}Class{Prototype,Object}. r=jorendorff
2014-01-30 07:45:16 -08:00
Bobby Holley
8e98ac7448
Bug 959012 - Create separate js_GetClassPrototype and js_FindClassPrototype to mimic js_{Get,Find}ClassObject. r=jorendorff
...
The current behavior is crazy, and most definitely not Xray-safe.
2014-01-30 07:45:16 -08:00
Bobby Holley
352469c218
Bug 959012 - Move js_GetClassObject creation logic into GlobalObject. r=jorendorff
2014-01-30 07:45:16 -08:00
Bobby Holley
062a629dac
Bug 959012 - Remove unused cx parameter from JS_IdentifyClassPrototype. r=jorendorff
2014-01-30 07:45:16 -08:00
Bobby Holley
fe3e58c701
Bug 959012 - When resolving iterator classes, use JSProto_Iterator instead of JSProto_GeneratorFunction. r=luke
...
The former triggers all of the appropriate initialization, whereas the latter
is 'imaginary' in jsprototypes.h, which means that the is no initialization
function associated with it.
2014-01-30 07:45:15 -08:00
Nicolas Silva
80e9b3e8a3
Bug 946200 - Use the new texture client/host and async-video if OMTC is activated on Linux. r=nrc
2014-01-30 16:05:47 +01:00
Hannes Verschore
50d627fe25
Bug 958158 - IonMonkey: Optimize do {} while(false), r=djvj
2014-01-30 14:59:24 +01:00
Andrew Halberstadt
a6dea60fef
Bug 948070 - Create a mach target for b2g desktop reftests, r=jgriffin, DONTBUILD, a=NPOTB
2014-01-30 08:42:18 -05:00
Andrea Marchesini
7184ae68ee
Bug 964293 - Implement Cu.cloneInto() method, r=bholley
2014-01-30 04:45:48 -08:00
Henri Sivonen
750178f54e
Bug 959061 - Have only one "Chinese, Simplified" item in the Character Encoding menu. r=Unfocused.
2014-01-30 14:39:25 +02:00
Mats Palmgren
3d7093b296
Bug 959311 - Splitting nsComboboxControlFrame makes no sense so it should always report COMPLETE reflow status. Also, make them page-break-inside:avoid by default. r=bz
2014-01-30 12:12:02 +00:00
Mats Palmgren
0a5c2a0864
Bug 964726 - (Windows/OS2 only) Don't handle CTRL+F4 as a combobox command, so that it works as Close Tab as intended. r=bz
2014-01-30 12:12:02 +00:00
Carsten "Tomcat" Book
d3f7661bdc
Merge mozilla-central to mozilla-inbound
2014-01-30 12:08:09 +01:00
Masatoshi Kimura
b2599eeeaf
Bug 964964 - Remove window.pkcs11. r=bz
2014-01-30 20:00:01 +09:00
Andy Wingo
0a1dff8e91
Bug 965243 - Remove dead constructor of ScopeIter r=jorendorff
...
--HG--
extra : amend_source : e11741d6b1e4baeaa08df1e041df303055d68634
2014-01-30 11:07:57 +01:00
Carsten "Tomcat" Book
5260c42d61
merge b2g-inbound to mozilla-central
2014-01-30 10:59:15 +01:00
Carsten "Tomcat" Book
8ed9b74d90
merge mozilla-inbound to mozilla-central
2014-01-30 10:57:47 +01:00
Jonathan Kew
8300f3454f
bug 964313 - use harfbuzz for all text shaping (now including Hangul) on Windows. r=jdaggett
2014-01-30 09:48:37 +00:00
Jonathan Kew
cdc90d057e
bug 964240 - update harfbuzz to pick up Hangul shaper improvements and other fixes. r=jdaggett
2014-01-30 09:48:20 +00:00
Nicholas Cameron
f1c44fc909
Bug 959781. Ensure we are using the correct content type in BeginPaint and BorrowDrawTargetForPainting. r=mattwoodrow
2014-01-30 22:39:11 +13:00
Karl Tomlinson
7bef03c489
Bug 961996 - restore mForceShutDown check before MediaStreamGraphShutDownRunnable dispatch r=roc
...
This check was dropped in 1ebe4da27dd5.
--HG--
extra : rebase_source : 495d81cff39f2ee074effe6bef06caf6b2ac3161
2014-01-30 18:50:17 +13:00
Wes Kocher
5a00a2520f
Backed out changeset a76b3c746743 (bug 960887) for xpcshell bustage
2014-01-29 21:04:47 -08:00
Wes Kocher
9f96220b89
Backed out changeset 2bfa24370b7c (bug 965461)
2014-01-29 21:04:08 -08:00