Граф коммитов

402673 Коммитов

Автор SHA1 Сообщение Дата
Brian Hackett 684f63c992 Bug 1123011 - Box 'this' values when eval'ing strict scripts from a non-strict Ion script, r=jandem. 2015-01-23 12:29:05 -07:00
Ehsan Akhgari f4b09875cf Bug 1125179 - Mark some functions generated by CC macros as override; r=mccr8 2015-01-23 14:27:18 -05:00
Ehsan Akhgari 2ba1b3c041 Bug 1125178 - Mark some functions in dom as override; r=baku 2015-01-23 14:27:12 -05:00
Byron Campen [:bwc] 19a5029fa0 Bug 1123882: Fix case where offset != 0 r=derf
--HG--
extra : rebase_source : 8d0cc9a8b21eede927cb51e79e1857bc69fbea5d
2015-01-21 08:56:36 -08:00
Mason Chang 1eccaeec01 Bug 1098701. Part 1: gtest framework and tests. r=kats 2015-01-23 11:19:54 -08:00
Mason Chang fece617c9b Bug 1098701. Part 2: Allow disabling thread assertions. r=kats 2015-01-23 11:19:53 -08:00
Gijs Kruitbosch 130c675373 Bug 1116977 - disallow link clicks during beforeunload, r=smaug
--HG--
extra : rebase_source : 48e4d19b5f76077f91432644b22c736d06ed3218
2015-01-23 15:35:10 +00:00
Kannan Vijayan 0466d0b1fa Bug 1122886 - Relax on-OSR assertions to allow null lastFramePtr when profiling is turned on. r=h4writer 2015-01-23 13:57:47 -05:00
Daniel Holbert 38ef50f263 Bug 1054054 part 4: Remove stale XXXdholbert comment from ReflowFlexItem. (no review, comment-only) 2015-01-23 10:26:16 -08:00
Daniel Holbert 14edea4218 Bug 1054054 part 3: De-indent ReflowFlexItem function-body (no review, whitespace-only). 2015-01-23 10:26:00 -08:00
Daniel Holbert 93662abfdf Bug 1054054 part 2: Add "a" prefix to args which were formerly local variables, in ReflowFlexItem. r=mats 2015-01-23 10:25:59 -08:00
Daniel Holbert 36b02b61f3 Bug 1054054 part 1: Split out code for doing final reflow of each flex item into its own helper-function, "ReflowFlexItem". r=mats 2015-01-23 10:25:58 -08:00
Markus Stange 4cb9e027e6 Bug 1122942 - Move -moz-window-dragging rules to places that are theme-independent. r=dao 2015-01-23 13:07:54 -05:00
Markus Stange baedc2af15 Bug 1104036 - Make -moz-window-dragging work in rectilinear 2d transforms. r=roc 2015-01-23 13:07:51 -05:00
Ryan VanderMeulen 7a21cff941 Bug 1107443 - Disable the newly-added test_window_define_nonconfigurable.html beause it started permafailing because the code it landed with was disabled.
CLOSED TREE
2015-01-23 12:56:49 -05:00
Nikhil Marathe 472c87c67c Bug 1113577 - Fixes in ServiceWorkerGlobalScope.unregister implementation to prevent Promise release on wrong thread.
--HG--
extra : rebase_source : 8bfcc34f9520af2419d078c86525bcd308ab3107
2014-10-27 16:37:03 -07:00
Andrea Marchesini 055aedd30a Bug 1065367 - Implement a mochitest for ServiceWorkerGlobalScope::Unregister(), r=nsm
--HG--
extra : rebase_source : e114cf527d5a17bdf0173ff8e373b31e58c8909d
2014-10-06 16:47:37 +01:00
Nikhil Marathe 076d17e308 Bug 1089778 - ServiceWorkerRegistration is keyed by scope for event dispatch and invalidation. r=baku
--HG--
extra : rebase_source : 012bcfa0aef20bc6b79e030cb7439f03799e9370
2014-10-27 11:52:57 -07:00
Andrea Marchesini 04d493a8bc Bug 1124386 - BroadcastChannel should use the nsIPrincipal::URI in case the origin is null, r=smaug 2015-01-23 17:32:23 +00:00
Ryan VanderMeulen 473ea4d782 Merge m-c to inbound. a=merge 2015-01-23 12:30:43 -05:00
Ryan VanderMeulen 8cd5e99f34 Backed out changeset 597fd666ef6d (bug 1112537) for Win8 jit-test failures. 2015-01-23 12:26:54 -05:00
Ryan VanderMeulen f6ca65e867 Merge fx-team to m-c. a=merge 2015-01-23 12:20:52 -05:00
Ryan VanderMeulen fb17368073 Merge fx-team to m-c. a=merge 2015-01-23 12:10:32 -05:00
Ryan VanderMeulen 5c6b9dea38 Backed out changeset dd3798ef3f43 (bug 1059943) for xpcshell failures.
CLOSED TREE
2015-01-23 11:55:59 -05:00
Boris Zbarsky 1da488d684 Disable bug 1107443 for now to fix whatever Marionette is doing and reopen the CLOSED TREE. r=bustage 2015-01-23 11:21:00 -05:00
Ryan VanderMeulen c8405b0f15 Backed out changesets 1cbaffb79715 and c22bfc1c641c (bug 1121335) for Marionette failures.
CLOSED TREE
2015-01-23 11:20:46 -05:00
Ehsan Akhgari 9cfc822740 Remove TestTArray from the list of disabled XPCOM tests, because it's not disabled, no bug, DONTBUILD 2015-01-23 09:38:42 -05:00
Nicolas Silva 0b465c61eb Bug 1119019 - Avoid destroying a SharedSurface before its TextureClient/Host pair. r=sotaro 2015-01-23 15:35:16 +01:00
Ehsan Akhgari 5600f01996 Bug 1109968 - Make all links in editable regions unfocusable; r=roc
The content inside an editable region is either editable itself, or
is inside a contenteditable="false" subtree.  In the first case,
it should not be focusable since it is editable.  In the second
case, it should not be focusable since the entire non-editable
region is treated as a special single entity for the purposes of
selection and caret movement, and having something focusable in
the middle of such a subtree breaks that model.
2015-01-23 08:49:28 -05:00
Ehsan Akhgari 84d1019943 Bug 1124985 - Annotate the reason for the setTimeout usage in test_XHR_timeout.html 2015-01-23 08:38:15 -05:00
Ehsan Akhgari a61a347792 Bug 1123016 - Clarify the ownership of DOMEventTargetHelper::mParentObject/mOwnerWindow; r=smaug
This patch converts DOMEventTargetHelper::mParentObject into an
nsWeakPtr, and adds fatal assertions to ensure that all future
nsIGlobalObject implementations support weak references.  It also marks
DOMEventTargetHelper::mOwnerWindow as a non-owning reference.
2015-01-23 08:37:37 -05:00
B2G Bumper Bot 1e15e12fff Bumping manifests a=b2g-bump 2015-01-23 05:31:57 -08:00
B2G Bumper Bot c37f510a4f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/885e5176711c
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #27566 from wilsonpage/1122820

Bug 1122820 - [Camera] While USB Storage is enabled, user can enter Camera and tap 'Shutter' before 'No Access' UI is present; can stall flash on

========

https://hg.mozilla.org/integration/gaia-central/rev/d5053da1facf
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1122820 - [Camera] While USB Storage is enabled, user can enter Camera and tap 'Shutter' before 'No Access' UI is present; can stall flash on
2015-01-23 05:30:19 -08:00
Andrea Marchesini 221a14bae1 Bug 1107699 - Remove timeout before Console.log() and the dispatching of ConsoleEvents, r=past 2015-01-23 13:12:02 +00:00
B2G Bumper Bot bc12e2ab50 Bumping manifests a=b2g-bump 2015-01-23 05:06:22 -08:00
Tooru Fujisawa 210577f27f Backed out changeset 17c4307d1678 (bug 1120512) since the spec will be changed again to match current behavior near future. 2015-01-23 22:01:52 +09:00
Lars T Hansen 62f50e6b1c Bug 1121435 - fix the comment. r=jandem 2015-01-23 13:53:34 +01:00
Olli Pettay faee2dfe7e Bug 1079236, Event.composedTarget to reveal the original non-native-anonymous event target, r=wchen, r=smaug 2015-01-23 13:55:46 +02:00
Jon Coppeard 0031547106 Bug 1108007 - Don't allow GC to observe uninitialized elements in cloned array r=nbp 2015-01-23 11:30:40 +00:00
B2G Bumper Bot 450014fc8b Bumping manifests a=b2g-bump 2015-01-23 03:26:24 -08:00
B2G Bumper Bot e09b70e2a2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0403a0cd4073
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27592 from rexboy7/1122399-svg-filter-for-arrange-mode

Bug 1122399 - [Stingray][Home] Use svg filter for darken in arrange mode. r=dwi2

========

https://hg.mozilla.org/integration/gaia-central/rev/0e052e4b2749
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1122399 - [Stingray][Home] Use svg filter for darken in arrange mode for compability
2015-01-23 03:24:45 -08:00
Jon Coppeard e3a0b94810 Bug 1107639 - Fix build error due to missing explicit keyword on JSExceptionState constructor r=me on a CLOSED TREE 2015-01-23 11:17:15 +00:00
B2G Bumper Bot d4db2e3d14 Bumping manifests a=b2g-bump 2015-01-23 03:06:54 -08:00
B2G Bumper Bot fb25a5714f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/72385110046e
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #27589 from ian-liu/settings/storage/bug1123602_default_media_location_display_unnoramlly

Bug 1123602 - [Media Storage] After enable UMS and plug->unplug USB cable, 'SD Card' option added on Default Media Location even when no SD card or inserted an unreadable SD card, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/3c0060faa2ba
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1123602 - [Media Storage] After enable UMS and plug->unplug USB cable, 'SD Card' option added on Default Media Location even when no SD card or inserted an unreadable SD card
2015-01-23 03:05:13 -08:00
Szu-Yu Chen [:aknow] 48960dace8 Bug 1123580 - Reorganize mmi parsing related code. r=hsinyi 2015-01-23 18:34:13 +08:00
B2G Bumper Bot 84c5c2d1fc Bumping manifests a=b2g-bump 2015-01-23 02:06:23 -08:00
B2G Bumper Bot cb741e94b4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d87e7282ebc
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #27612 from hccya/master

Bug 1121794 - [dolphin][FxA]The error message can not be returned. r=fer...

========

https://hg.mozilla.org/integration/gaia-central/rev/3c9414fd9a7d
Author: chaochao.huang <chaochao.huang@spreadtrum.com>
Desc: Bug 1121794 - [dolphin][FxA]The error message can not be returned. r=ferjm
2015-01-23 02:04:45 -08:00
B2G Bumper Bot 1bc15a5a73 Bumping manifests a=b2g-bump 2015-01-23 01:07:09 -08:00
B2G Bumper Bot 9b9b713e97 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac7f5deee330
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #27414 from cctuan/1120013

Bug 1120013 - [Camera][Text Selection] Camera app to follow text selection pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/b26e32a9eb16
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1120013 - [Camera][Text Selection] Camera app to follow text selection pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/58d7b2b7d17b
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #27395 from azasypkin/bug-1116780-dont-focus-on-notification-alternate

Bug 1116780 - [Messages] We should not focus the composer after clicking a notification. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/6d6767265f0f
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1116780 - [Messages] We should not focus the composer after clicking a notification. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/4479033992dc
Author: Yoshi Huang <allstars.chh@gmail.com>
Desc: Merge pull request #27560 from allstarschh/Bug1108967_0121

Bug 1108967 - [NFC] NFC Test app for privilege API. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/c677b6ab8083
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1108967 - [NFC] NFC Test app for privilege API. r=timdream
2015-01-23 01:04:45 -08:00
B2G Bumper Bot 2ba0348dcb Bumping manifests a=b2g-bump 2015-01-23 00:46:41 -08:00