Commit Graph

412546 Commits

Author SHA1 Message Date
Stéphane SCHMIDELY
b271c86e15 Bug 1144619 - Variable 'nextX' is created in the wrong scope. r=dbaron 2015-03-19 21:00:03 +01:00
Patrick Brosset
ba53a7b5d9 Bug 1139186 - 1 - Refactor to the native anon nodes manipulation in highlighters; r=bgrins
--HG--
extra : rebase_source : 9c4de083d0daac370f5f609d3c4add904afdd037
2015-03-10 16:28:57 +01:00
Abdelrhman Ahmed
68627aa3d8 Bug 1143387 - Disable hover state in checked header button in share panel. r=jaws 2015-03-18 11:30:00 -04:00
Ian Moody
cfb644046c Bug 1141186 - Fix context-menu Share commands so they don't use unsafe CPOWs. r=mconley 2015-03-11 21:19:30 +00:00
Chenxia Liu
119e70807e Bug 1122225 - Add context menu for about:passwords actions. r=ally
--HG--
extra : rebase_source : 697450d115f8f5d1f77c87f944e93981e69789df
extra : source : 00579267379bea466515586df49fa170a59ecc72
2015-03-09 14:40:32 -07:00
Marina Samuel
a4871bd274 Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04:00
Drew Willcoxon
5e63826da7 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Marina Samuel
39a1681b62 Bug 1126188: Show suggested tile explanation text under a suggested tile. r=adw 2015-03-20 16:39:09 -04:00
Dave Townsend
699c63e7d4 Bug 1144900: Fix windows gfx out of memory assertion. r=Bas
--HG--
extra : rebase_source : 1158df9324b3a1f30f7a446d7713ca17ad26a5fb
2015-03-19 10:42:27 -07:00
Jared Wein
ab8b316059 Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me 2015-03-20 12:45:53 -07:00
Jared Wein
b2c4b4891c Backed out changeset c8e6847915e1 (bug 1123518) 2015-03-20 12:45:01 -07:00
Jared Wein
7571a2c07b Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me
--HG--
extra : rebase_source : dbd460bf62b47027fa26ceab6db96cb83ef2144b
2015-03-20 12:43:17 -07:00
Jared Wein
b07e53fb8c Backed out changeset ba4279ef4045 (bug 1008169)
--HG--
extra : rebase_source : 39f98b6c024a59aba8a137756593e431f21fbb25
2015-03-20 12:26:03 -07:00
Drew Willcoxon
29dee4e836 Bug 1131416 - Desktop syncing module for reading list service (test fix). r=me 2015-03-20 12:19:30 -07:00
Drew Willcoxon
53feeeb6b1 Bug 1131416 - Desktop syncing module for reading list service (prepatory changes). r=markh 2015-03-20 12:12:10 -07:00
Florian Quèze
587a745a8b Bug 1144823 - reading list sidebar should be sorted by most recently added, r=markh. 2015-03-20 12:07:16 -07:00
Florian Quèze
f87e13098f Bug 1144380 - active state on reading list sidebar persists after switching tabs, r=markh. 2015-03-20 12:05:35 -07:00
Ian Moody
9f640b91b5 Bug 1134222 - Store the value of linkText that is calculated during nsContextMenu init and reuse it later rather than recalculating it. r=mconley 2015-03-08 10:37:00 -04:00
Jason Orendorff
735dca6f1b Bug 1142794 - Change 'receiver' argument to SetProperty functions and ProxyHandler::set methods to be a HandleValue. r=Waldo.
Also: Change signature of these functions and methods to all have the same arguments in the same order: (cx, obj, id, v, receiver). Also change v from MutableHandleValue to HandleValue.

There is no change in behavior.

In fact the new error message `JSMSG_SET_NON_OBJECT_RECEIVER` is
impossible to trigger from scripts for now, I think (after re-reading
the whole patch with this in mind). JS_ForwardSetPropertyTo is the only
way to get a non-object receiver into the engine, but no caller
currently does so.

We're installing new pipes here, and they should work, but for now it's
the same cold water flowing through as before. Actually hooking up the
hot water is left for another bug (one with tests, not to put too fine a
point on it).

Notes:

*   InvokeGetterOrSetter had to be split into two functions:
    InvokeGetter takes a MutableHandleValue out-param,
    InvokeSetter a HandleValue in-param.

*   Watchpoints can still tamper with values being assigned. So can
    JSSetterOps. I'm pleased we can support this craziness in a way that
    doesn't have to spread via the type system to encompass the entire
    codebase.

*   Change in GlobalObject::setIntrinsicValue is not really a change.
    Yes, it asserted before, but an exception thrown during self-hosting
    initialization is not going to go unnoticed either.

*   Since the receiver argument to js::SetProperty() is at the end now, it
    makes sense for it to be optional. Some callers look nicer.

--HG--
extra : rebase_source : 68cd15627a62728061e663706cb1ff8c7bb292a0
2015-03-01 13:16:19 -06:00
Jason Orendorff
a5c5338e0f Bug 1142784, part 3 - Change js::DefinePropertyOp and a few property-defining functions to use PropertyDescriptor rather than separate (value, attrs, getter, setter) arguments. r=Waldo.
--HG--
extra : rebase_source : a177bc1d8991f24652b4e629da5eaa52d9d4a59c
2015-02-28 11:23:44 -06:00
Ted Mielczarek
743504db95 bug 1085557 - Add Socorro symbol upload token file to mozconfigs. r=coop, a=tomcat
--HG--
extra : rebase_source : 2d2d582ba5cd7652ecf2a899d0d426daf6a4f6ee
extra : amend_source : 931cf9808decbd9291bc60497b60a249207d441a
2015-02-27 08:58:57 -05:00
Wes Kocher
a525293b92 Merge m-c to inbound a=merge CLOSED TREE 2015-03-19 19:30:20 -07:00
Wes Kocher
e974133aa5 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-03-19 19:23:58 -07:00
Wes Kocher
d2c452e653 Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
Boris Zbarsky
1f28a7b068 Bug 1144991 another followup, to fix the stupid compile issue. r=must-reopen-the-CLOSED TREE 2015-03-19 21:16:22 -04:00
Boris Zbarsky
3535d21268 Bug 1144991 followup. Allow the hidden window to link to chrome things even though most resource:// URIs can't. r=bholley and I sneer upon the CLOSED TREE. 2015-03-19 21:04:25 -04:00
Olli Pettay
1bb46a919b Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz CLOSED TREE
--HG--
extra : amend_source : df9e1053e5e00fe92c8df5bbbca4930bd08612e4
2015-03-19 17:58:00 -07:00
Wes Kocher
cd570c5d87 Backed out changeset 6d94c4cf9813 (bug 1144988) for bc1 orange a=backout CLOSED TREE
--HG--
extra : amend_source : fa55f5c5298ece3db8475d9f4270b5aef1aa3416
2015-03-19 17:01:38 -07:00
Jed Davis
2ef14062cd Bug 1111065 - Backport some upstream IPC serialization fixes. r=bent a=me 2015-03-19 16:07:40 -07:00
Jed Davis
fedf6a1c91 Bug 1111079 - Backport some IPC message/channel fixes. r=bent a=me 2015-03-19 16:07:37 -07:00
B2G Bumper Bot
d34fcd2d28 Bumping manifests a=b2g-bump 2015-03-19 16:03:03 -07:00
B2G Bumper Bot
c874877dfe Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e034a24fa2dc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142798 - merge pull request #28993 from KevinGrandon:bug_1142798_autolander_test_mock_wifi_xfail_2 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/184c56b68e6f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1142798 - Autolander test bug - [System] Fix jshint issues for mock wifi manager r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/618be2208a6d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142798 - merge pull request #28992 from KevinGrandon:bug_1142798_autolander_test_mock_wifi_xfail to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/131db1ab24e3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1142798 - Autolander test bug - [System] Fix jshint issues for mock wifi manager r=kgrandon
2015-03-19 16:00:25 -07:00
Boris Zbarsky
94fe221522 Bug 1144991 - Be a bit more restrictive about when a URI_IS_UI_RESOURCE source is allowed to link to a URI_IS_UI_RESOURCE URI that doesn't have the same scheme. r=bholley, a=me 2015-03-19 18:58:44 -04:00
Steve Fink
6163874390 Bug 1145255. r=luke, a=dveditz
--HG--
extra : rebase_source : 1b8f77a740fcf5377c22fea9b3f61a74c910474d
2015-03-19 15:46:24 -07:00
Xidorn Quan
6c553b0e05 Bug 1143535 - Fix condition of ruby leading/trailing whitespace trimming. r=bz a=kwierso
--HG--
extra : source : e3099e6a148be5c0e78e99686d313cf3b5eaa910
extra : amend_source : fce4db18aa4724df434f2f129d568b34896026db
2015-03-20 09:45:41 +11:00
Wes Kocher
b80f92a0b2 Backed out changeset b467fad71782 (bug 1142240) for frequent bc1 failures a=backout
--HG--
extra : amend_source : d9f495ca04f598cc57cfe46143e043ebde723f89
2015-03-19 15:43:25 -07:00
Wes Kocher
82a8ea4308 Backed out changeset 1b23439451a8 (bug 1079245) 2015-03-19 15:43:21 -07:00
Olli Pettay
e79c10a840 Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz, a=RyanVM
--HG--
extra : rebase_source : eb02a52eee90120b02d421957fbe783fdd391f30
2015-03-20 00:15:22 +02:00
B2G Bumper Bot
9f4a0f82f9 Bumping manifests a=b2g-bump 2015-03-19 15:04:33 -07:00
B2G Bumper Bot
0508321f18 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4aefd1201d20
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1143801 - Enable GIJ for autolander r=lightsofapollo"

This reverts commit 90ae309ced82afc4d1e172e45eb25381d9a8bbbb.
2015-03-19 15:01:59 -07:00
B2G Bumper Bot
431734085b Bumping manifests a=b2g-bump 2015-03-19 14:28:00 -07:00
B2G Bumper Bot
6cc25257fa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/83c515025009
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28898 from KevinGrandon/bug_1143801_enable_autoland_gij

Bug 1143801 - Enable GIJ for autolander r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/553b357a58c5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1143801 - Enable GIJ for autolander r=lightsofapollo
2015-03-19 14:25:25 -07:00
B2G Bumper Bot
894b266337 Bumping manifests a=b2g-bump 2015-03-19 14:09:54 -07:00
B2G Bumper Bot
9d41e291ea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30010f088c06
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28927 from punamdahiya/Bug1139997

Bug 1139997 - [Gallery] - Handle displaying long file name in banner while saving received picture via SMS

========

https://hg.mozilla.org/integration/gaia-central/rev/b84e41775a14
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1139997 - [Gallery] - Handle displaying long file name in banner while saving received picture via SMS
2015-03-19 14:07:02 -07:00
B2G Bumper Bot
54d590e9e3 Bumping manifests a=b2g-bump 2015-03-19 13:52:52 -07:00
B2G Bumper Bot
876813f7a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/67e9080e8c40
Author: J. Ryan Stinnett <jryans@gmail.com>
Desc: Merge pull request #28985 from jryans/always-allow

Bug 1145221 - Add "always allow" for cert-based authentication. r=janx

========

https://hg.mozilla.org/integration/gaia-central/rev/4ce42faa6208
Author: J. Ryan Stinnett <jryans@gmail.com>
Desc: Bug 1145221 - Add "always allow" for cert-based authentication. r=janx
2015-03-19 13:50:14 -07:00
B2G Bumper Bot
ef6c3b9fcc Bumping manifests a=b2g-bump 2015-03-19 13:36:36 -07:00
B2G Bumper Bot
9a2b90bbf3 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 1145279 - fixed a typo for accessibility-key-hint.

========

https://hg.mozilla.org/integration/gaia-central/rev/8fbe067f9dca
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1145279 - fixed a typo for accessibility-key-hint.

========

https://hg.mozilla.org/integration/gaia-central/rev/9eaa9cc51538
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28940 from yzen/bug-1139963

Bug 1139963 - ensuring that action menu and activity window are exclusively visible to the screen reader.

========

https://hg.mozilla.org/integration/gaia-central/rev/8e067398dfbf
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1139963 - ensuring that action menu and activity window are exclusively visible to the screen reader. r=alive
2015-03-19 13:36:16 -07:00
Ryan VanderMeulen
30a9149d8b Backed out changeset 0a53b2d44e77 (bug 1142758) for apps/verticalhome/test/marionette/grid_layout_test.js failures. 2015-03-19 16:33:19 -04:00
Ryan VanderMeulen
46d09574e9 Backed out changeset f2587fd12ef1 (bug 1144321) for OSX 10.10 print-no-animations.html reftest failures.
CLOSED TREE
2015-03-19 15:55:10 -04:00