Commit Graph

259941 Commits

Author SHA1 Message Date
Cameron McCormack
a13695522b Bug 1180120 - Part 6.1: Factor out some of RestyleUndisplayedDescendants. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
2e351825db Bug 1180120 - Part 6: Replace HasSameCachedStyleData call with samePointerStructs bit tests. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
3df816d3d1 Bug 1180120 - Part 5: Factor out section of ElementRestyler::Restyle that calls AddPendingRestylesForDescendantsMatchingSelectors. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
72cff798ab Bug 1180120 - Part 4: Add an outparam to CalcStyleDifference to indicate which struct pointers were identical. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
655f8b9eeb Bug 1180120 - Part 3: Record on ElementRestyler whether we are at the root of a restyle. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
4f469fd833 Bug 1180120 - Part 2: Move style-if-visited as well in nsStyleContext::Move (and assert that its parent is the same as the non-visited-style parent). r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
188f43bf45 Bug 1180120 - Part 1: Record on style contexts that reset style is explicitly inherited. r=dbaron 2015-08-29 06:13:47 +10:00
Chris Manchester
b9c4097e25 Bug 1192484 - Fix incorrect order of operations preventing selection by tag. r=ahal
DONTBUILD
2015-08-28 13:10:10 -07:00
Olli Pettay
258a1d45ee Bug 1186774 - Scroll position (scrollX/scrollY) should be restored after popstate, not before, r=bz 2015-08-28 22:25:54 +03:00
Aaron Klotz
da74c90a3f Bug 1189709 - Reduce scope of MessageChannel window neutering. r=jimm
CLOSED TREE
2015-08-26 15:57:29 -06:00
Jan Gerber
0acccc062f Bug 1199531 - Disable test_BufferingWait.html on Android due to timeouts. r=rillian
CLOSED TREE
2015-08-28 08:21:00 -04:00
Aaron Klotz
386639ec29 Bug 1198302 - Ensure that PluginAsyncSurrogate::NotifyAsyncInitFailed properly aborts any PluginAsyncSurrogate::WaitForInit calls. r=jimm 2015-08-27 16:14:16 -06:00
David Rajchenbach-Teller
f090d78477 Bug 1199643 - Fix unsafe use of PerformanceGroup. r=jandem 2015-08-28 15:31:20 +02:00
Ryan VanderMeulen
3573b298d0 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-28 15:33:57 -04:00
Ryan VanderMeulen
ce8ecfe229 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-28 12:12:44 -04:00
B2G Bumper Bot
63a8a0d4d8 Bumping manifests a=b2g-bump 2015-08-28 09:06:42 -07:00
B2G Bumper Bot
59e939dadc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6eaf499cb32b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31363 from mikehenrty/bug-1168955-preview-site"

This reverts commit fa15462b29258fdec8329bfc367e590022dbc9e5, reversing
changes made to 5b75e1620ed11529945f3585efeb4a42106bfac6.
2015-08-28 09:01:38 -07:00
Alexander Surkov
e04eb8dce6 Bug 1194859 - crash in mozilla::a11y::ARIAGridCellAccessible::GroupPosition(), part2, r=marcoz 2015-08-28 10:52:21 -04:00
Sami Jaktholm
51578d4449 Bug 1198155 - Make the message browser_console_hide_jsterm_when_devtools_chrome_enabled_false.js waits for more unique. r=past
Currently the test waits for a message that contains the word 'Object'
which happens to be quite common word in console messages. These changes
add a 'browser_console_hide_jsterm_test' property to the object it logs
to ensure the test only matches the correct message.

CLOSED TREE
2015-08-28 14:39:59 +03:00
Jan Odvarko
1d15d790f3 Bug 1199623 - Clean up preferences. r=past 2015-08-28 17:14:18 +02:00
Muhsin Ali Steiman
2154145232 Bug 1188787 - Use AppConstants.jsm instead of preprocessing in browser/components/places. r=mak 2015-08-28 07:37:00 -04:00
Mike Taylor
d91e4371bc Bug 1078267 - Re-enable netwerk mochitests for Fennec. r=jchen
Current theory is that Bug 1178760 was probably the cause for intermittents.
2015-08-28 06:54:00 -04:00
James Long
afd8d71bc6 Bug 1177891 - Introduce redux-style UI architecture in the debugger and refactor event listeners to use it. r=fitzgen 2015-08-28 07:27:00 -04:00
James Long
6b2b241334 Bug 1177891 - Move debugger mochitests into mochitests folder. r=fitzgen 2015-08-28 07:26:00 -04:00
Ryan VanderMeulen
9af1f9ca01 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-08-28 12:15:34 -04:00
Andrew Halberstadt
6cf70f2b64 Bug 1199241 - Average runtime data across platforms instead of keeping it distinct, r=jgriffin
Keeping distinct platform runtime files takes up a lot of space. It also adds complexity and
greater possibility for mistakes, if a file for some arbitrary platform (like pgo) doesn't
exist, there will be a failure. This patch removes all platform specific runtime files and
replaces them with a single per suite file. The times in this file are averaged across all
platforms the tests run on. With the added space savings, we take into account the 50th
percentile of tests, instead of the 90th.
2015-08-27 17:37:26 -04:00
Masayuki Nakano
24b7d7d362 Bug 1199224 TSFTextStore should clear mLockedContent unless it needs to wait the content to be modified asynchronously r=emk 2015-08-28 23:17:37 +09:00
Michael Layzell
bc2b5bf1c6 Bug 1184973 - Part 2: Tests for new storage permissions model, r=ehsan, r=smaug 2015-08-28 10:10:36 -04:00
Michael Layzell
c8275843ce Bug 1145744 - Update CacheStorage to use common StorageAllowedForWindow logic, r=bkelly 2015-08-28 10:10:33 -04:00
Michael Layzell
5fd427a324 Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
Michael Layzell
908625d7dc Bug 536509 - Update localStorage to use common StorageAllowedForWindow logic, r=ehsan 2015-08-28 10:10:28 -04:00
Michael Layzell
0f26211a90 Bug 1184973 - Part 1: Add nsContentUtils::StorageAllowedForWindow as a unified mechanism for determining storage avaliability, r=ehsan, r=smaug 2015-08-28 10:10:22 -04:00
Ryan VanderMeulen
bfa457dfb4 Bug 1194139 - Fix includes order to make the SM style checker happy.
CLOSED TREE
2015-08-28 09:23:36 -04:00
Hiroyuki Ikezoe
4147c299d4 Bug 1199283 - nsContentUtils::sIsFrameTimingPrefEnabled should default to false. r=smaug 2015-08-27 14:51:00 -04:00
Andrew Halberstadt
28c741eb2a Bug 1198728 - Stop scheduling gaia-ui-tests (Gip) on b2g_desktop across all branches, r=garndt 2015-08-26 10:52:05 -04:00
Andrew Halberstadt
fa2a434db9 Bug 1181261 - Re-add testing/config/mozharness/b2g_emulator_config.py to unblock emulator-kk test effort, DONTBUILD, r=me
Test jobs scheduled through taskcluster do not use the in-tree mozharness config. When bug 1181261 landed, it broke an
effort to get tests running on emulator-kk builds. These are not live yet, so the error wasn't caught. Bug 1188330 tracks
getting test jobs to use the in-tree mozharness, but until that happens, re-adding the config file will get them on their
way again quicker.
2015-08-28 09:31:45 -04:00
Ting-Yu Lin
6f5bf4a0fd Bug 1197739 - Do not change focus too early unless the frame is selectable. r=roc
Split |ChangeFocus| into two separate functions: |GetFocusableFrame| and
|ChangeFocusToOrClearOldFocus|.

We should only change the focus to the focusable frame until
AccessibleCaretManager is going to:

1) Dispatch CaretStateChangedEvent on an empty editable field.
2) Select a word on a selectable frame.
2015-08-27 16:55:33 -04:00
Heiher
102b574f9c Bug 1194139 - IonMonkey: MIPS: Rename Architecture-mips to Architecture-mips-shared. r=nbp 2015-08-24 08:42:00 -04:00
Ben Tian
e8c6b01489 Bug 1193379 - Touch clobber for file relocation. r=joliu 2015-08-21 16:49:51 +08:00
Ben Tian
f62d399880 Bug 1193379 - Create dom/bluetooth/common/webapi folder. r=joliu 2015-08-21 15:15:41 +08:00
Ben Tian
aa6c378010 Bug 1193379 - Move backend-neutral files into dom/bluetooth/common. r=joliu 2015-08-21 15:17:44 +08:00
Ben Tian
3e896e68b6 Bug 1193379 - Rename bluetooth2 folder to common. r=joliu 2015-08-21 15:19:12 +08:00
Ben Tian
f86e612405 Bug 1193379 - Move ipc and tests folders out from dom/bluetooth/bluetooth2. r=joliu 2015-08-25 17:57:09 +08:00
B2G Bumper Bot
d206355be1 Bumping manifests a=b2g-bump 2015-08-28 05:54:06 -07:00
B2G Bumper Bot
a68be60c97 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/78e928de90f9
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #31521 from yzen/bug-1196645

Bug 1196645 - adding add-on obsolete notification for add-ons with ol…

========

https://hg.mozilla.org/integration/gaia-central/rev/49b4c7f9efe8
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1196645 - adding add-on obsolete notification for add-ons with old format.
2015-08-28 05:52:28 -07:00
Ryan VanderMeulen
6d43ca9310 Merge inbound to m-c. a=merge 2015-08-28 08:48:42 -04:00
Ryan VanderMeulen
e6137bd9e2 Merge fx-team to m-c. a=merge 2015-08-28 08:44:47 -04:00
B2G Bumper Bot
d5e389266f Bumping manifests a=b2g-bump 2015-08-28 03:21:53 -07:00
B2G Bumper Bot
362f4965d0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b575200962cb
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #31363 from mikehenrty/bug-1168955-preview-site

Bug 1168955 - Add preview pin site to doorhanger

========

https://hg.mozilla.org/integration/gaia-central/rev/f60d77662984
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1168955 - Add preview pin site to doorhanger
2015-08-28 03:20:14 -07:00
Cervantes Yu
665099fb75 Bug 1166207 - Load preload.js in the Nuwa process. r=khuey 2015-08-28 17:57:44 +08:00