Commit Graph

183573 Commits

Author SHA1 Message Date
Paul Kerr [:pkerr]
d7e493a216 Bug 1007775 - Part 1: OS X port of load adapation. Replace usage of proc fs for total system load with calls to mach library. r=gcp 2014-05-05 07:25:07 -07:00
Frederik Braun
518b481449 Bug 1010953 - different message for CSP-Report Only to devtools console. r=grobinson 2014-05-20 12:15:43 +02:00
Jon Coppeard
54f40bded4 Bug 929314 - Remove Handle::repoint() r=terrence 2014-05-20 10:57:03 +01:00
Jon Coppeard
13361a6401 Bug 929314 - Remove unused HandleScripts from IonSpewer and related classes r=jandem 2014-05-20 10:56:51 +01:00
Carsten "Tomcat" Book
e1e78f8f52 Backed out changeset 3da78e2f3ac8 (bug 1006695) for build test failures 2014-05-20 11:29:05 +02:00
Andrea Marchesini
b8269a29cc Bug 1012887 - DataStoreCursorImpl.jsm must check if the window is still available, r=gene 2014-05-20 10:03:35 +01:00
Jonathan Kew
adc814fbfe bug 992650 - eliminate use of "embedded" fonts in about:accounts. r=gavin 2014-05-20 09:41:17 +01:00
Jonathan Kew
e4b559ffe8 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
0f6f864d1e Backed out changeset 70bc18f7b6d5 (bug 1006695) for spidermonkey test failures 2014-05-20 10:29:38 +02:00
Tooru Fujisawa
615fe196a3 Bug 1003149 - Part2: Implement JSOP_SPREAD* optimized stubs in the baseline compiler. r=jandem 2014-05-16 01:50:14 +09:00
Tooru Fujisawa
9c22413eab 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
904d9cd547 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
bb2598b25c 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
41dd2b2604 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
516194309e 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
296d2d3e28 Bug 998076 - implement responseURL attribute for XMLHttpRequest. r=smaug 2014-05-17 09:24:37 +09:00
Ting-Yuan Huang
e1d5f09e7e 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
828e89a72d 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
e5a1dbdf70 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
fb28c1c0e5 Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm 2014-05-20 16:32:18 +09:00
Masatoshi Kimura
a77ec655c2 Bug 1005619 - Part 2: Use nsIWidget::GetRestoredBounds from appshell. r=neil 2014-05-20 16:32:17 +09:00
Masatoshi Kimura
2c87e8ea8f Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc 2014-05-20 16:32:17 +09:00
Makoto Kato
4669cf0768 Bug 1003085 - Rebuild dump_syms.exe for VS11. f=bclary, r=ted 2014-05-20 15:47:29 +09:00
Bas Schouten
3909cc17d3 Bug 899785: Switch on OMTC and async video on windows. r=BenWa 2014-05-19 20:11:07 +02:00
Bas Schouten
5aefef2f64 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
365a1062cc Bug 1009788 followup, make the test not fail when parallelJS is off, r=jonco 2014-05-19 07:12:33 -07:00
Phil Ringnalda
117945fa42 Back out a5885f4bebdb (bug 811261) for assertion failures 2014-05-19 20:22:16 -07:00
Ehsan Akhgari
f301f8be83 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
9555dea14a 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)
c1b9236145 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
ec65ec7ebc Bug 1012218 - Cherrypick clang warning fixes from upstream harfbuzz. r=jfkthame 2014-05-17 16:44:39 -07:00
Chris Peterson
7429b133b7 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
0b83d6aca0 Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in HTML parser. r=hsivonen 2014-04-28 20:28:54 -07:00
Wes Kocher
33ddbc6a5f Backed out changeset 40c010000007 (bug 1009272) for B2G build bustage 2014-05-19 17:20:05 -07:00
Mats Palmgren
99f67807e9 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
1066b3d3e2 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
296f38c14e Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal 2014-05-20 08:48:15 +09:00
Mike Hommey
7aaba96720 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
cd08c81732 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
3749ed24c8 Bug 1010549 - package dom_messages.xpt; r=wesj
--HG--
extra : rebase_source : 43bc229e74e626304a1c31c4b0b2d27f97ba0fde
2014-05-19 15:00:55 -07:00
Wes Kocher
1121ed930b Merge m-c to inbound 2014-05-19 15:43:47 -07:00
Wes Kocher
3f0b020546 Merge b2g-inbound to m-c 2014-05-19 15:38:17 -07:00
Wes Kocher
727a9abbcc 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
bd1a784c76 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
e32f492a47 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
57472f29b6 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
7efa07afd3 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
67236caa6b merge fx-team to m-c 2014-05-19 13:06:45 -07:00
Ed Morley
23767089cc Backed out changeset 756fac661b86 (bug 979692) for mochitest-ally leaks; CLOSED TREE 2014-05-19 15:37:17 +01:00
Ed Morley
7a62042f46 Backed out changeset 45ea7a49ecec (bug 979692) 2014-05-19 15:36:40 +01:00