Gijs Kruitbosch
fde51be3f6
Bug 1080801 - update message for browser_bug462673.js, rs=comments-only
...
DONTBUILD because only changing comments
2014-11-04 01:23:36 +00:00
Gijs Kruitbosch
0bce5db917
Bug 1080801 - update e10s skipping for browser/base tests, step 1 of N: zoom, r=ally
...
--HG--
extra : rebase_source : e82dcb90635c56664451cab8dede42a5fedd81ed
2014-11-03 15:08:43 +00:00
Gijs Kruitbosch
af6f8f2586
Bug 1080801 - enable tests relying on DOMLinkAdded, r=ally
...
--HG--
extra : rebase_source : 20f0ff291610a2394aa4e50b3d4fe63b8a633077
2014-11-03 17:36:25 +00:00
Gijs Kruitbosch
4e1470f58e
Bug 1080801 - update comments for sessionHistory tests, rs=comments-only
...
DONTBUILD because comments only change.
--HG--
extra : rebase_source : f7db64a3a2c349d696a75b85dee21b58c3a4e8f9
2014-11-04 00:14:29 +00:00
Dan Mosedale
de0015f514
Bug 1073410 - get gUM perms earlier for Loop calls (paired with jaws), r=jaws,me
2014-11-03 14:48:16 -08:00
Akshendra Pratap
8525cfed49
Bug 1064365 - Deprecated GetKeywordForURI. r=mak
2014-10-31 06:35:00 +01:00
Blake Winton
03e13c3287
Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw
2014-10-31 16:00:34 -04:00
Alexandre Lissy
c78e7c86b0
Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner
...
In the event of broken/unexpected things, we would like to have even a
partial log set dump. This happens for parsing properties values on
Kitkat builds: the current code does all the parsing itself, but the
format of storage of properties evolved with Kitkat base system, and
this makes LogParser to fail, as documented in bug 1079322. Even if we
miss some values, it can still be useful to have the other remaining
ones.
2014-10-31 05:47:00 +01:00
B2G Bumper Bot
ffed80825d
Bumping manifests a=b2g-bump
2014-11-03 00:32:00 -08:00
B2G Bumper Bot
55286dbff5
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/33f186b50e2d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25752 from mozilla-b2g/revert-25742-keyboard-aria-label
Revert "Bug 1092911 - Correct aria-label for layout switching keys
========
https://hg.mozilla.org/integration/gaia-central/rev/41ef5bbd5d3e
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1092911 - Correct aria-label for layout switching keys +shepherd"
========
https://hg.mozilla.org/integration/gaia-central/rev/e226c628ee22
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25742 from timdream/keyboard-aria-label
Bug 1092911 - Correct aria-label for layout switching keys, r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/af890b7ea29d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1092911 - Correct aria-label for layout switching keys
2014-11-03 00:25:51 -08:00
Chris Lord
6162d0f241
Bug 974125 - Use RepaintFrame change hint for will-change. r=dbaron
2014-10-30 15:12:11 +00:00
Peter Van der Beken
ca52b91b28
Bug 1089049 - crash in nsContentUtils::CanCallerAccess(nsINode*), Browser crashes if contextNode is null of document.evaluate. r=bz.
2014-11-04 10:20:08 +01:00
Peter Van der Beken
192413b6ea
Backout 58e2cab9572e, bad patch.
2014-11-04 12:35:02 +01:00
Peter Van der Beken
7cb694feb9
Bug 1089049 - crash in nsContentUtils::CanCallerAccess(nsINode*), Browser crashes if contextNode is null of document.evaluate. r=bz.
...
--HG--
extra : rebase_source : 00d2454f8de660a6432d30324529df02b52dd618
2014-11-04 10:20:08 +01:00
Nicolas B. Pierron
b7346ed4ab
Bug 1087468 - IonMonkey: Inline functions with loops based on their arguments. r=h4writer
2014-11-04 11:16:06 +01:00
Carsten "Tomcat" Book
8d1cd96b80
Backed out changeset 53d51e7fbb9e (bug 1063857) for Android Reftest Failures
2014-11-04 10:59:46 +01:00
Jonathan Watt
1f1669f782
Bug 1092392 - Finish porting nsCSSBorderRenderer to Moz2D. r=roc
...
--HG--
extra : rebase_source : 6db1d646f09b563b40208ba8bacdf3743fbe1ba7
2014-11-04 09:53:05 +00:00
Carsten "Tomcat" Book
23829bc0c6
Backed out changeset 88041cfff520 (bug 1052839) for rootanalysis test failures
2014-11-04 10:53:25 +01:00
Gina Yeh
5b9fc5f42c
Bug 1089514, Patch 1: Some traced tasks/runnables have record of dispatch, but no records of execution, r=thinker.
...
---
tools/profiler/TracedTaskCommon.cpp | 19 +++++--------------
tools/profiler/TracedTaskCommon.h | 12 ++++++++----
xpcom/threads/TimerThread.cpp | 2 ++
xpcom/threads/nsTimerImpl.cpp | 3 +++
xpcom/threads/nsTimerImpl.h | 2 +-
5 files changed, 19 insertions(+), 19 deletions(-)
2014-11-04 17:42:03 +08:00
Carsten "Tomcat" Book
1ac9040f4a
Backed out changeset 221ca54f4df0 (bug 1092096) for m2 test failures
2014-11-04 10:32:32 +01:00
Julian Seward
ffe79c28eb
Bug 1092333 - nsDOMStringMap::NamedDeleter doesn't always write its out-parameter. r=bzbarsky.
...
--HG--
extra : rebase_source : b50c026efb7d790c512135ade1bf4d1b011420cf
2014-11-04 10:11:08 +01:00
Chris Pearce
2f32bb6e5e
Bug 1088130 - Change for loop in GMP OP gtest so that it builds with VisualStudio 2010. r=bobowen
2014-11-03 22:40:00 +00:00
Hannes Verschore
5d7e5176bc
Bug 1052839 - Selfhost substr/slice/substring, r=waldo,till
2014-11-04 09:43:00 +01:00
Xidorn Quan
535d6e637b
Bug 1063857 - Implement new justification algorithm. r=roc,masayuki
2014-11-02 15:07:00 +01:00
Zac Campbell
4a30a38d2b
Bug 1090962 - Skip steps of gather_debug when marionette session does not exist. r=davehunt
2014-11-03 14:02:23 +00:00
Tim Chien
263b3e2ca6
Bug 1092549 - Only allow FocusChange message to change formMM. r=yxl
2014-11-03 01:37:00 +01:00
Hsin-Yi Tsai
109e10cb93
Bug 1091528 - [B2G][RIL] when receiving 'rilRequestType: 12', Error: Don't know about this message type: undefined. r=aknow
2014-10-30 19:04:34 +08:00
Sean Lin
31904bcdd4
Bug 1090896 - Fix mozAlarms.add() method to allow omitting data parameter. r=bz
2014-10-30 11:49:10 +08:00
Jeff Gilbert
05538afbcc
Bug 1087650 - Mark failing tests on B2G.
2014-10-29 18:54:12 -07:00
Jeff Gilbert
263b0b3e1b
Bug 1087650 - Skip WebGL mochitests on desktop B2G.
2014-10-28 12:23:22 -07:00
Panos Astithas
a877c17c2c
Use the full name as the short name (bug 1090324). r=gavin
...
--HG--
extra : rebase_source : a5e6721a8ef53f611e36747c5ef3a7cec01f9f35
2014-10-28 20:59:17 +02:00
Brian Grinstead
64f669beef
Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN
2014-10-31 19:06:06 -07:00
Brian Grinstead
7c56390125
Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs
2014-11-02 21:27:18 -08:00
Gavin Sharp
86128fa211
Re-land patch from bug 1088904
2014-11-02 14:56:17 -08:00
Phil Ringnalda
40f98f6be9
Merge b-i to m-c, a=merge
2014-11-02 09:03:04 -08:00
Phil Ringnalda
3207cbeaa2
Merge f-t to m-c, a=merge
2014-11-02 08:55:19 -08:00
Phil Ringnalda
b9742f2e16
Merge m-i to m-c, a=merge
2014-11-02 08:27:08 -08:00
Aryeh Gregor
ded7e6ed57
Bug 1088054 part 10 - Clean up nsHTMLEditRules::WillDeleteSelection; r=ehsan
2014-11-02 14:04:14 +02:00
Aryeh Gregor
e4f38e4ad1
Bug 1088054 part 9 - Clean up nsEditor::JoinNodeDeep; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
9fe7e46891
Bug 1088054 part 8 - Clean up nsHTMLEditor::GetFirst/LastEditableLeaf; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
9ac29614a9
Bug 1088054 part 7 - Clean up nsHTMLEditRules::JoinNodesSmart; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
a65855cb26
Bug 1088054 part 6 - Clean up nsHTMLEditor::GetFirst/LastEditableChild; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
cbeb43b675
Bug 1088054 part 5 - Clean up nsHTMLEditRules::GetTopEnclosingMailCite; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
3f2ed4847b
Bug 1088054 part 4 - Clean up nsHTMLEditRules::GetGoodSelPointForNode; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
2fd28efae6
Bug 1088054 part 3 - Clean up nsHTMLEditRules::CheckForEmptyBlock; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
e8b1092a6b
Bug 1088054 part 2 - Reduce nsIDOMRange use in editor/; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
5a798e4e1c
Bug 1088054 part 1 - Reduce nsISelection use in editor/; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
4c1b82e388
Bug 1086349 part 9 - Clean up nsHTMLEditor::BeginningOfDocument; r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
cad57ca05d
Bug 1086349 part 8 - Clean up nsEditor::(Tag)CanContain(Tag); r=ehsan
2014-11-02 14:04:13 +02:00
Aryeh Gregor
c08de73b51
Bug 1086349 part 7 - Remove old nsEditor::GetRight/LeftmostChild overloads; r=ehsan
2014-11-02 14:04:13 +02:00