17e6827f48e0172b55c255be50e88084c16afc35: Bug 969375 - MIPS port: Added JS_CODEGEN_MIPS checks and includes. r=jandem
Branislav Rankov <branislav.rankov@imgtec.com> - Tue, 15 Apr 2014 11:53:23 +0200 - rev 179967
Bug 969375 - MIPS port: Added JS_CODEGEN_MIPS checks and includes. r=jandem
8c7e0c36f4eaf5e762724357c11ca89aab3255a2: Bug 998284. When entering the buffering state from AdvanceFrame, be prepared to accept a second's delay before reevaluating whether to exit buffering. r=cpearce
Robert O'Callahan <robert@ocallahan.org> - Tue, 25 Mar 2014 00:58:11 +1300 - rev 179966
Bug 998284. When entering the buffering state from AdvanceFrame, be prepared to accept a second's delay before reevaluating whether to exit buffering. r=cpearce
0920db1ab388e4a6f32a9cdb49d769988ded3d0c: Bug 998282. Ensure cancellable_request.sjs massively overfills the default 100K media cache size.
Robert O'Callahan <robert@ocallahan.org> - Tue, 11 Mar 2014 17:30:27 +0800 - rev 179965
Bug 998282. Ensure cancellable_request.sjs massively overfills the default 100K media cache size.
This ensures a test can make such a request, receive the event that the
load has been suspended, and cancel the request, all before the load has
completed.
2293861712300b82d8aa5e347775178086d1bc01: Bug 998821. Only use XShm for drawing if XShm allocation actually succeeded. r=karlt
Robert O'Callahan <robert@ocallahan.org> - Tue, 22 Apr 2014 15:11:42 +1200 - rev 179964
Bug 998821. Only use XShm for drawing if XShm allocation actually succeeded. r=karlt
f3aaa298ed2ba84a8dccf8570c8f729ef81ae90a: Bug 993243. Add a +debugger parameter to 'mach debug' to specify the debugger to launch. r=gps
Robert O'Callahan <robert@ocallahan.org> - Thu, 24 Apr 2014 23:25:44 +1200 - rev 179963
Bug 993243. Add a +debugger parameter to 'mach debug' to specify the debugger to launch. r=gps
a344959a575677d2c6a92d57d2787489bffe74bb: Bug 998206. Add --shuffle option to runreftests.py and 'mach reftest'. r=dbaron
Robert O'Callahan <robert@ocallahan.org> - Mon, 03 Mar 2014 18:13:01 +1300 - rev 179962
Bug 998206. Add --shuffle option to runreftests.py and 'mach reftest'. r=dbaron
776f4e1090c83c7fe332c929683c0be47b7457a4: Bug 997762. Use --log-no-times option when building so Eclipse can parse the build output. r=BenWa
Robert O'Callahan <robert@ocallahan.org> - Fri, 18 Apr 2014 03:03:28 +1200 - rev 179961
Bug 997762. Use --log-no-times option when building so Eclipse can parse the build output. r=BenWa
5b54b4287fbf08ae3801de0b42c1c26067852da2: Bug 821307. Ensure nsTextEditorState::SetValue does nothing when the new value equals the old value, even for password inputs. r=ehsan
Robert O'Callahan <robert@ocallahan.org> - Tue, 15 Apr 2014 00:33:47 +1200 - rev 179960
Bug 821307. Ensure nsTextEditorState::SetValue does nothing when the new value equals the old value, even for password inputs. r=ehsan
If nsTextEditorState::SetValue is allowed to rebuild the editor DOM even when
the new value is the same as the old value, then during PrepareEditor we can
remove the content that's the current target of the event triggering the
PrepareEditor, which prevents important code from running such as the code that
focuses the text input. Normally this isn't a problem but
nsTextEditorState::SetValue's code for getting the current value is broken
for password controls when !mEditorInitialized. So we remove that broken code
path.
We have to make sure that the password text, if any, is set on the edit-rules
during their initialization so the regular path for getting the current
value returns the right thing.
fb7439e1e112b9320dfe7317b133f0a98a072e1c: Merge m-c to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 24 Apr 2014 13:20:37 +0200 - rev 179959
Merge m-c to mozilla-inbound
3dd6d30c3050fbf931c6a2f98333b66f2fd55faf: Bug 999902 - Enable WebRTC OMX codec only when Android version >= 18. r=jesup
John <jolin@mozilla.com> - Wed, 23 Apr 2014 02:59:00 +0200 - rev 179958
Bug 999902 - Enable WebRTC OMX codec only when Android version >= 18. r=jesup
40318d23916cdfeea419b1aa063f8718d9f6ff9c: Bug 1000168 - Cleanup moz.build files under dom/apps/. r=mshal
Marco Castelluccio <mar.castelluccio@studenti.unina.it> - Thu, 24 Apr 2014 01:53:00 +0200 - rev 179957
Bug 1000168 - Cleanup moz.build files under dom/apps/. r=mshal
134e5c24733ba947a8d82f784095db0d4035c2d4: Bug 947650 - [sfnt metrics] prefer OS/2 sTypo* metrics to hhea ascent/descent if USE_TYPO_METRICS flag is set, and for OpenType Math fonts. r=jfkthame
Frédéric Wang <fred.wang@free.fr> - Thu, 24 Apr 2014 03:16:00 +0200 - rev 179956
Bug 947650 - [sfnt metrics] prefer OS/2 sTypo* metrics to hhea ascent/descent if USE_TYPO_METRICS flag is set, and for OpenType Math fonts. r=jfkthame
a8ba6d771ae750f1179dc130e7b08bdbc83ab906: Bug 937056 - Remove UTF-7 code from mozilla-central. r=emk.
Henri Sivonen <hsivonen@hsivonen.fi> - Tue, 15 Apr 2014 15:58:01 +0300 - rev 179955
Bug 937056 - Remove UTF-7 code from mozilla-central. r=emk.
a922f75bfb1831a1e8bb0f39e667a0e2223a109c: Bug 939115 - Add MIR node for ArraySplice to avoid creating the result array if it's unused. r=jandem
masaya iseki <iseki.m.aa@gmail.com> - Thu, 24 Apr 2014 12:08:17 +0200 - rev 179954
Bug 939115 - Add MIR node for ArraySplice to avoid creating the result array if it's unused. r=jandem
e733167dc8acc8885c7623310244cfb8a5558802: Bug 997489 - Fix stray </tt> tag causing JS warning spam during jsreftests; r=Waldo
Ed Morley <emorley@mozilla.com> - Thu, 24 Apr 2014 10:33:10 +0100 - rev 179953
Bug 997489 - Fix stray </tt> tag causing JS warning spam during jsreftests; r=Waldo
462059b115ec4bd72d6e0646b99699640a3eecc6: Backed out changeset 51dbd71f00a5 (bug 984696) for mochitest-2 test failures on a CLOSED TREE
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 24 Apr 2014 11:22:14 +0200 - rev 179952
Backed out changeset 51dbd71f00a5 (
bug 984696) for mochitest-2 test failures on a CLOSED TREE
079f4f0ed6a6ebbbdbc985ed5799c066f50759f4: Bug 716647 - Part 6 1/2: Add shell function to deterministically request interrupt. (r=jimb)
Shu-yu Guo <shu@rfrn.org> - Thu, 24 Apr 2014 01:59:38 -0700 - rev 179951
Bug 716647 - Part 6 1/2: Add shell function to deterministically request interrupt. (r=jimb)
a49c8cdf14c43d0b69993be83eff5df5e8de36e4: Bug 716647 - Part 6: Tests. (r=jimb)
Shu-yu Guo <shu@rfrn.org> - Thu, 24 Apr 2014 01:59:38 -0700 - rev 179950
Bug 716647 - Part 6: Tests. (r=jimb)
0e61e88866ceacf80007481e37a23427e6b1efa4: Bug 716647 - Part 5 1/2: Support rematerialized frames in DebugScopes::updateLiveScope. (r=jimb)
Shu-yu Guo <shu@rfrn.org> - Thu, 24 Apr 2014 01:59:38 -0700 - rev 179949
Bug 716647 - Part 5 1/2: Support rematerialized frames in DebugScopes::updateLiveScope. (r=jimb)
c92f83e9a8640d2db1f0db49879caad5a937055a: Bug 716647 - Part 5: Relax the no on-stack scripts restriction for addDebuggee. (r=jimb)
Shu-yu Guo <shu@rfrn.org> - Thu, 24 Apr 2014 01:59:37 -0700 - rev 179948
Bug 716647 - Part 5: Relax the no on-stack scripts restriction for addDebuggee. (r=jimb)