Jon Coppeard
910d67f048
Bug 929314 - Remove unused HandleScripts from IonSpewer and related classes r=jandem
2014-05-20 10:56:51 +01:00
Carsten "Tomcat" Book
7a2cb70d73
Backed out changeset 3da78e2f3ac8 (bug 1006695) for build test failures
2014-05-20 11:29:05 +02:00
Andrea Marchesini
4c321f5117
Bug 1012887 - DataStoreCursorImpl.jsm must check if the window is still available, r=gene
2014-05-20 10:03:35 +01:00
Jonathan Kew
46e7c1ae48
bug 992650 - eliminate use of "embedded" fonts in about:accounts. r=gavin
2014-05-20 09:41:17 +01:00
Jonathan Kew
acc1279f1b
bug 992650 - preliminary cleanup, remove CRLF line endings in aboutaccounts/main.css. r=gavin
2014-05-20 09:41:12 +01:00
Carsten "Tomcat" Book
279fb72e51
Backed out changeset 70bc18f7b6d5 (bug 1006695) for spidermonkey test failures
2014-05-20 10:29:38 +02:00
Tooru Fujisawa
a633a34f89
Bug 1003149 - Part2: Implement JSOP_SPREAD* optimized stubs in the baseline compiler. r=jandem
2014-05-16 01:50:14 +09:00
Tooru Fujisawa
75d6a1db8b
Bug 1003149 - Part1: Implement JSOP_SPREAD* fallback stubs in the baseline compiler. r=jandem
2014-05-09 01:21:12 +09:00
Jan-Ivar Bruaroey
498d574aa2
Bug 970685 - Thread approach for WebRTC telemetry for jitter, packet-loss and RTT. r=jesup
2014-05-10 08:54:41 -04:00
Jan-Ivar Bruaroey
07463bc134
Bug 970685 - definitions for WebRTC telemetry for jitter, packet-loss and RTT. r=smaug, r=jesup
2014-05-12 15:35:34 -04:00
James Graham
40142335ba
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
Julien Pagès
69b435f5df
Bug 873035 - add a new --gecko-log option to redirect gecko logs to a specified file. r=jgriffin
2014-05-17 12:32:00 +02:00
xKhorasan
8ca164cae9
Bug 998076 - implement responseURL attribute for XMLHttpRequest. r=smaug
2014-05-17 09:24:37 +09:00
Ting-Yuan Huang
7a20be7bae
Bug 1006695 - Mark workers in thread pool to be known by Nuwa. r=khuey
...
They will be recreated in the spawned process.
2014-05-14 00:32:00 +02:00
Ting-Yuan Huang
41fb13c838
Bug 1006695 - Mark JS worker threads to be known by Nuwa. r=khuey
...
They will be recreated in the spawned process.
2014-05-14 00:32:00 +02:00
Ting-Yu Lin
62c8b78949
Bug 1010028 - Set args properly for various debuggers. r=glandium
...
Set args properly to to separate the debugger and process arguments.
Also add "--args" automatically for gdb front-end cgdb and ddd.
Verification Steps:
1. mach debug +debugger gdb
2. Make sure gdb is launched correctly.
2014-05-19 19:21:00 +02:00
Masatoshi Kimura
d9c50bc879
Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm
2014-05-20 16:32:18 +09:00
Masatoshi Kimura
0a30870400
Bug 1005619 - Part 2: Use nsIWidget::GetRestoredBounds from appshell. r=neil
2014-05-20 16:32:17 +09:00
Masatoshi Kimura
83ad579d4c
Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc
2014-05-20 16:32:17 +09:00
Makoto Kato
c50f847a24
Bug 1003085 - Rebuild dump_syms.exe for VS11. f=bclary, r=ted
2014-05-20 15:47:29 +09:00
Bas Schouten
c3a9c1a7c3
Bug 899785: Switch on OMTC and async video on windows. r=BenWa
2014-05-19 20:11:07 +02:00
Bas Schouten
176b0612af
Bug 1012488: Mark Seek test as random on windows due to Async video. r=mattwoodrow
2014-05-20 07:45:37 +02:00
Phil Ringnalda
6638be4339
Bug 1009788 followup, make the test not fail when parallelJS is off, r=jonco
2014-05-19 07:12:33 -07:00
Phil Ringnalda
9357567fb5
Back out a5885f4bebdb (bug 811261) for assertion failures
2014-05-19 20:22:16 -07:00
Ehsan Akhgari
a48b296d88
Bug 1006229 - Assert that the AudioBuffer object should not have been handed to JS or have C++ callers neuter its typed array; r=padenot
2014-05-19 23:12:47 -04:00
Nicholas Nethercote
7e96ed6dba
Bug 1013011 - DMD: Remove stack frame records. r=erahm.
...
DONTBUILD because DMD is NPOTB.
2014-05-19 19:57:50 -07:00
Martin Stránský ext:(%2C%20Edwin%20Flores%20%3Cedwin%40mozilla.com%3E)
f14efb3547
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing r=karl
2014-05-14 17:34:49 +12:00
Chris Peterson
8d46aa1a8b
Bug 1012218 - Cherrypick clang warning fixes from upstream harfbuzz. r=jfkthame
2014-05-17 16:44:39 -07:00
Chris Peterson
f863a103d1
Bug 1007708 - Part 1: Fix warnings in security/pkix/test/ and mark as FAIL_ON_WARNINGS. r=briansmith
2014-05-17 20:12:10 -07:00
Chris Peterson
fa3f535d69
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in HTML parser. r=hsivonen
2014-04-28 20:28:54 -07:00
Wes Kocher
08e5150265
Backed out changeset 40c010000007 (bug 1009272) for B2G build bustage
2014-05-19 17:20:05 -07:00
Mats Palmgren
73bd791d41
Bug 1009272 - [css-grid] Add some sanity checks for the grid container child frame lists. r=dholbert
2014-05-19 23:57:00 +00:00
Mike Hommey
b0631c03ec
Bug 1012232 - Only use the perf opcode on mips arches that support it. r=jesup
2014-05-20 08:48:35 +09:00
Mike Hommey
7405c3fe15
Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal
2014-05-20 08:48:15 +09:00
Mike Hommey
ee17fdfb59
Bug 1011816 - Avoid install targets race condition in toolkit/devtools/gcli. r=mshal
...
While at it, convert the libs:: rule to install targets
2014-05-20 08:47:59 +09:00
Mike Hommey
083439f35f
Bug 1011797 - Add GNU/kFreeBSD to the list of ECMAScript i18n API supported platforms. r=mshal
2014-05-20 08:47:44 +09:00
Myk Melez
a83659a108
Bug 1010549 - package dom_messages.xpt; r=wesj
...
--HG--
extra : rebase_source : 43bc229e74e626304a1c31c4b0b2d27f97ba0fde
2014-05-19 15:00:55 -07:00
Wes Kocher
d7be72ea98
Merge m-c to inbound
2014-05-19 15:43:47 -07:00
Wes Kocher
f8b637ed06
Merge b2g-inbound to m-c
2014-05-19 15:38:17 -07:00
Wes Kocher
eef8de4f97
Backed out changeset 718a9852b60d (bug 899785) for near-permanent reftest failures on Windows CLOSED TREE
2014-05-19 15:32:46 -07:00
Wes Kocher
e37402b935
Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE
2014-05-19 15:20:43 -07:00
Boris Zbarsky
739997c580
Bug 1010658 part 2. Stop storing a DOMClass* in a slot on DOM prototypes. r=peterv
2014-05-19 16:37:59 -04:00
Boris Zbarsky
1b444f52b8
Bug 1010658 part 1. Stop using the DOMClass stored in DOM_PROTO_INSTANCE_CLASS_SLOT for doing type checks in the jit, and do them directly on the instance classes instead. r=efaust
2014-05-19 16:37:59 -04:00
Boris Zbarsky
22db30d2de
Bug 996095. All 32-bit integers are valid values for tabindex; don't restrict it to the int16_t range during parsing. r=smaug
2014-05-19 16:37:59 -04:00
Wes Kocher
e2fe2a6bb4
merge fx-team to m-c
2014-05-19 13:06:45 -07:00
Ed Morley
9a622cefe4
Backed out changeset 756fac661b86 (bug 979692) for mochitest-ally leaks; CLOSED TREE
2014-05-19 15:37:17 +01:00
Ed Morley
5cff37c02e
Backed out changeset 45ea7a49ecec (bug 979692)
2014-05-19 15:36:40 +01:00
Ed Morley
8940524124
Backed out changeset 1f34d528c0f1 (bug 979692)
2014-05-19 15:36:36 +01:00
Ed Morley
ddb40ded12
Backed out changeset 2ee1b1118636 (bug 979692)
2014-05-19 15:36:32 +01:00
Brian Grinstead
123d11d2e6
Bug 1011652 - mochitest-devtools fails when shared and tilt folders are run together;r=paul
2014-05-19 08:07:42 -05:00