Commit Graph

188322 Commits

Author SHA1 Message Date
Jan de Mooij
1cb54e8366 Bug 1023778 part 5 - Add AutoStableStringChars class. r=terrence 2014-06-13 20:51:10 +02:00
Jan de Mooij
e49fbcc777 Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
Jan de Mooij
e261152579 Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke 2014-06-13 20:51:05 +02:00
Ralph Giles
f138aa5022 Backed out changeset d437a1b97e7c. Doesn't build. 2014-06-13 11:47:28 -07:00
Lucas GOLVEN
479b43ed09 Bug 772347 - Add WakeLockListener on MacOSX. r=smichaud
Disables the screensaver on Mac while a video is playing.
2014-06-13 19:58:00 +02:00
Patrick McManus
eee36d8e7d bug 1025075 - http2 CONNECT streams should have consistent priority r=hurley
---
 netwerk/protocol/http/Http2Session.cpp  | 3 ++-
 netwerk/protocol/http/SpdySession3.cpp  | 3 ++-
 netwerk/protocol/http/SpdySession31.cpp | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

---
 netwerk/protocol/http/Http2Session.cpp  | 3 ++-
 netwerk/protocol/http/SpdySession3.cpp  | 3 ++-
 netwerk/protocol/http/SpdySession31.cpp | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
2014-06-13 09:29:00 -04:00
Richard Barnes
c93a478e99 Bug 1021102: Correct test vector for RSAES-PKCS1-v1_5. r=wtc. 2014-06-13 11:22:29 -07:00
Sid Stamm
96ab7b5bdb Bug 846978 - disable frame-ancestors checks when CSP is report-only and fix cross-origin frame-ancestors violation URI leak. r=ckerschb,grobinson 2014-06-13 11:06:04 -07:00
Sid Stamm
0d21671be2 Bug 805929 - test CSP blockage of setInterval and return values from setTimeout. r=grobinson 2014-06-13 11:05:37 -07:00
Tom Schuster
9b6f587522 Bug 1020651 - about:preferences do not work properly if browser.cache.{disk,memory}.enable is false. r=jaws 2014-06-13 19:13:37 +02:00
Ed Morley
48e080eaf4 Backed out changeset 25b0cc03110c (bug 1024618) for failures in test_changes.html 2014-06-13 17:41:10 +01:00
Chris Lord
43310b9b82 Bug 1006084 - Allow ThebesLayers to be recreated when the creation hint changes. r=mattwoodrow 2014-06-13 17:11:08 +01:00
Mike Shal
3c20629a8d Bug 978211 - add an automation/build target for post-build steps; r=glandium 2014-05-16 14:37:31 -04:00
Jonathan Watt
344fb8cd20 Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange 2014-06-13 17:09:23 +01:00
Daniel Holbert
87cff0b293 Bug 1024875: Make reflow-related functions in nsFlexContainerFrame return void, now that Reflow returns void. r=mats 2014-06-13 08:37:02 -07:00
Andrea Marchesini
ea7020dba2 Bug 1024618 - DataStoreChangeNotifier.jsm doesn't remove all the children when they are unregistered, r=ehsan 2014-06-13 16:33:50 +01:00
Ehsan Akhgari
521c803f91 Bug 1024713 - Fix a compilation error in cairo with clang-cl; r=jrmuizel 2014-06-13 11:34:07 -04:00
Benoit Girard
ef93ef1973 Bug 1024742 - show will-change on the display list dump. r=mattwoodrow 2014-06-13 11:32:15 -04:00
Jan de Mooij
0b37117727 Bug 1023778 part 2 - Parameterize JSONParser. r=Waldo 2014-06-13 17:21:39 +02:00
Jan de Mooij
5ec377d208 Bug 1023778 part 1 - Add JSONParserBase base class. r=Waldo 2014-06-13 17:21:37 +02:00
Nicholas Nethercote
fcbaa23ac2 Backout 277bacd9f2f8 (bug 1023719) for causing intermittent crashes.
--HG--
extra : rebase_source : e6c9e54dd2df572da7f8cdf3cd6226a1aeeee883
2014-06-13 06:39:16 -07:00
Nathan Froyd
7fdd1535f9 Bug 1024588 - turn off useragent updates for tests, to avoid hitting the network; r=jmaher 2014-06-12 15:14:43 -04:00
Ehsan Akhgari
dd058cf3a1 Bug 1022349 follow-up: Undo the bad renaming, bustage fix landed on a CLOSED TREE 2014-06-13 11:08:04 -04:00
Geoff Brown
7e84d70c2e Bug 945395 - Enable robocop testSessionOOMSave on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
74070e7885 Bug 836818 - Enable robocop testOverscroll on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
5e191e00f4 Bug 979548 - Enable robocop testSearchSuggestions on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
10582614f9 Bug 979620 - Enable robocop testGetUserMedia on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Geoff Brown
47492b877d Bug 979597 - Enable robocop testAboutHomeVisibility on Android 2.3; r=me 2014-06-13 07:47:02 -06:00
Mike Hommey
6480b7a820 Bug 1013060 - Stop setting SCCACHE_NO_HTTPS. r=mshal 2014-06-13 22:36:45 +09:00
Ehsan Akhgari
e9b6701f1c Bug 1024833 - Use _HAS_EXCEPTIONS=0 when building the JS engine on Windows; r=glandium 2014-06-13 09:34:40 -04:00
Andrea Marchesini
33dfed9264 Bug 1023175 - AudioContext should have attribute EventHandler onmozinterruptend/begin in the webIDL interface, r=ehsan, r=smaug 2014-06-13 07:06:14 +01:00
Dave Hunt
31743db376 Bug 1024441 - Bump mozversion to 0.6. r=wlach 2014-06-12 04:29:00 -04:00
Shihua Zheng
5407b1c675 Bug 1024170 - Replace zone calls in JSCompartment::wrap with zoneFromAnyThread. r=bhackett 2014-06-11 16:39:04 -07:00
Ting-Yu Lin
7a620dbe4c Bug 1020261 - Part 2: Enable touch caret sanity test on B2G. r=mdas 2014-06-12 23:02:00 -04:00
Ting-Yu Lin
b97f8e986a Bug 1020261 - Part 1: Fix touch event handling for touch caret. r=roc
For touch events generated by marionette, the touch id is not started
from 0. Therefore, instead of getting the event position of touch id 0
directly in HandleTouchDownEvent(), we should loop over all the touch
ids to get their positions.
2014-06-12 22:58:00 -04:00
Bob Owen
0634234647 Bug 1017030 - Part 6: Replace AutoPushJSContext in nsDeviceStorage StringToJsval. r=bholley 2014-06-11 17:45:08 +01:00
Bob Owen
6b1f969322 Bug 1017030 - Part 5: Replace AutoPushJSContext in Icc::NotifyStkEvent. r=bholley 2014-06-11 17:40:38 +01:00
Bob Owen
f1f56a14f3 Bug 1017030 - Part 4: Replace AutoPushJSContext in nsJSContext::InitClasses. r=bholley 2014-06-11 17:31:24 +01:00
Bob Owen
8d321d76c0 Bug 1017030 - Part 3: Replace AutoPushJSContext in PostMessageRunnable::Run. r=bholley 2014-06-11 17:22:00 +01:00
Bob Owen
f165ac189f Bug 1017030 - Part 2: Replace AutoPushJSContext in ConsoleProfileRunnable::RunConsole. r=bholley 2014-06-11 17:18:20 +01:00
Bob Owen
ac077864bf Bug 1017030 - Part 1: Replace AutoPushJSContext in ConsoleCallDataRunnable::RunConsole. r=bholley 2014-05-30 10:38:30 +01:00
Till Schneidereit
7917278dfc Bug 1019955 - Write preprocessing results for self-hosted code into file instead of stdout. r=glandium
--HG--
extra : rebase_source : 7dda05b622e766d6d04fe54e8d9bc5e8c30519a0
2014-06-07 14:26:54 +02:00
Ehsan Akhgari
2fb58dff88 Bug 1022349 - Part 2: Use clang-cl when building libffi if we're building with clang-cl; r=glandium 2014-06-13 08:28:29 -04:00
Ehsan Akhgari
6386cf1efb Bug 1022349 - Part 1: Apply the upstream patch to add support for clang-cl to libffi; r=glandium 2014-06-13 08:27:31 -04:00
Jan de Mooij
b17d051b60 Bug 1017107 - Make StringBuffer support Latin1 strings. r=luke 2014-06-13 14:26:03 +02:00
Jan de Mooij
47deaa9f8f Bug 1024688 - Add a MaybeOneOf class to MFBT. r=luke 2014-06-13 14:26:01 +02:00
Ehsan Akhgari
a1e409f827 Bug 1024836 - Fix compilation errors in RangeAnalysis.cpp with clang-cl; r=Waldo
This is similar to bug 1021494.
2014-06-13 07:13:06 -04:00
Jonathan Kew
8cba6e47c5 bug 985220 pt 3 - when zeroing the width of mark glyphs, also update their offset to overstrike preceding glyph. r=behdad 2014-06-09 15:54:10 +01:00
Jonathan Kew
aab72559f5 bug 985220 pt 2 - replace the use of GetGlyphIndicesW with ScriptGetCMap in gfxGDIFont::GetGlyph. r=jdaggett 2014-06-09 16:43:16 +01:00
Jonathan Kew
e0a5ad60f4 bug 985220 - remove the old GDI, Uniscribe and DWrite text-shaping code paths, as we now use HarfBuzz or Graphite for all shaping on Windows. r=jdaggett 2014-06-09 15:47:31 +01:00