Nikhil Marathe
e8762c026e
Bug 1057135 - ServiceWorkerManager::Register() uses entry global. r=ehsan
...
--HG--
extra : transplant_source : %B1%3F%EA%17%81%DB%D6%EC%8A%86%3C%EE%D7%A9x%C7%0B%CD2%A0
2014-08-21 16:31:12 -07:00
Ralph Giles
196068fbd3
Bug 1057224 - Assert that MOZ_COUNT_* are passed a class name. r=ehsan
...
This helps detect typos, which lead to undetected or spurious
leaks in the leak check.
2014-08-22 14:32:00 -07:00
Ralph Giles
591301f7cd
Bug 1057224 - Pass actual class name for rdf ctor counting. r=nfroydnj
...
We want to enforce valid names in these macros, so we need
to use a valid type name here.
2014-08-21 22:41:00 -07:00
Seth Fowler
07c36a4e0f
Bug 1054076 - Make imgFrame reference counted. r=tn
2014-08-22 13:49:54 -07:00
Andrew McCreight
e8f91c6352
Bug 1055154 - Add more intermittent WebRTC leaks to suppression list.
...
DONTBUILD
2014-08-22 13:43:11 -07:00
Olli Pettay
b6ddbb8453
Bug 1057339 - nsGlobalWindow::Focus compares innerwindow to outerwindow, r=bz
2014-08-22 23:16:36 +03:00
Olli Pettay
1f448a88c4
Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
...
--HG--
extra : rebase_source : dd8f690940825b298a478b65b68a57418a9962ff
2014-08-22 23:11:27 +03:00
Seth Fowler
71d94ea626
Bug 1043560 - Refactor the imgIContainer::Draw API. r=tn,dholbert,jwatt,mwu,mattwoodrow,roc sr=jrmuizel
...
--HG--
extra : rebase_source : b5ed02cb200ece12a07328613dca217e9d975703
2014-08-22 13:12:38 -07:00
Eitan Isaacson
eae5445a6a
Bug 1055004 - Fix failure of GetAccessibleOrContainer() to return a parent past a shadow root. r=davidb
2014-08-22 13:10:57 -07:00
Wes Kocher
63a2f980c8
Backed out 3 changesets (bug 1054572) for being the apparent cause of ASAN m-3 leaks
...
Backed out changeset cbd1a7c4d0b0 (bug 1054572)
Backed out changeset 466d677dacc0 (bug 1054572)
Backed out changeset 8b49480288aa (bug 1054572)
2014-08-22 12:45:29 -07:00
Kartikaya Gupta
942bbe220f
Bug 1055605 - Replace MOZ_ANDROID_OMTC with MOZ_WIDGET_ANDROID. r=BenWa
2014-08-22 15:26:56 -04:00
Doug Sherk
dc6353ecfe
Backed out changeset 8a06f8cd41a9 (bug 1037066) for regressions: bug 1055214, bug 1049250, bug 1055203.
2014-08-22 15:12:13 -04:00
Peter Van der Beken
fc635bef9a
Bug 1041731 - Unforgeable Xrayed methods aren't getting cached on the holder. r=bholley.
...
--HG--
extra : rebase_source : 9e86ba2d864e6894cc10722ddaf83ded41d88e42
2014-08-22 11:25:07 +02:00
Nikhil Marathe
e191a967d9
Bug 1057136 - ServiceWorkers use longest-match for scopes. r=ehsan,bz
...
--HG--
extra : rebase_source : e037a3c0f7d0923a5b6f5a06afe9f22abb91d5de
2014-08-21 16:38:40 -07:00
Nikhil Marathe
99ab26d803
Bug 1011268 - Unregister algorithm. r=ehsan
...
--HG--
extra : rebase_source : 134f7db35f039891775cf45a6bfd2146e03b8e75
2014-07-14 10:33:44 -07:00
Miranda Emery
1d4bafaf30
Bug 957445: Part 3 - combines nsIScrollbarOwner with nsIScrollbarMediator, r=mats
2014-02-14 19:40:53 +13:00
Miranda Emery
0972ea22f7
Bug 957445: Part 2 - nsHTML/XULScrollFrame implement nsIScrollbarMediator, r=mats
2014-02-05 14:33:18 +13:00
Miranda Emery
5c764aa0a8
Bug 957445: Part 1 - Scrolling moved from nsScrollbarButtonFrame and nsSliderFrame into nsIScrollbarMediator, r=mats
2014-02-05 14:30:34 +13:00
Tooru Fujisawa
e581776f81
Bug 1012480 - Do not treat star generator's iterator as legacy generator's iterator in for..in loop. r=jorendorff
2014-07-29 03:05:46 +09:00
Brian Hackett
00a8ab61f8
Bug 1041688 - Improve IonScriptCounts -D output, r=jandem.
2014-08-22 11:13:01 -07:00
Andrew McCreight
b276175bfe
Bug 1052224 - Disable leak checking in content processes. r=jmaher
2014-08-22 10:59:22 -07:00
Benoit Girard
25ed23f75c
Bug 1055821 - Add layer construction logging. r=mattwoodrow
...
--HG--
extra : rebase_source : 318ea4b96780830fd5665fc0b0cd610b67392113
2014-08-22 11:53:24 -04:00
Steve Workman
197fb2b272
Bug 1054572 - Reload iframe in test_classifier.html to test cache API calls in nsChannelClassifier.cpp r=gcp
2014-08-22 10:49:29 -07:00
Steve Workman
dd1d112130
Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer
2014-08-22 10:49:29 -07:00
Steve Workman
99d67a26c7
Bug 1054572 - Don't mark cache entries as classified if on the allow list r=mmc
2014-08-22 10:49:28 -07:00
David Keeler
db3cc3cf7c
bug 1057128 - add --clobber to generate_certs.sh, disabled by default (don't unnecessarily regenerate all certificates) r=rbarnes DONTBUILD because NPOTB
2014-08-22 10:25:46 -07:00
Jeff Walden
5c6736a43a
Bug 969478 - Make the arguments/caller properties of functions be entirely implemented by accessors living on Function.prototype. r=jorendorff
...
--HG--
extra : rebase_source : 258c158f041f673b201ca3cd978e1522a1887311
2014-08-01 19:11:22 -07:00
Rishab Arora
6eec2504bb
Bug 1021379 - Renamed typed arrays' move method to copyWithin, fixed up to ES6 semantics. r=till, r=jwalden
...
--HG--
extra : rebase_source : deae33f4603ef3c40a2d214b0426bb0756b5307a
2014-07-10 11:49:22 +05:30
Jeff Walden
c912492831
Bug 1055818 - Fix findReferences-02.js to account for the nulling out of binding BaseShape parents in bug 961969. r=luke
...
--HG--
extra : rebase_source : dd972fea9a1803d170bb0a1163d5512492267706
2014-08-19 16:18:07 -07:00
Botond Ballo
e16b94d4d3
Bug 1049109 - Clear overscroll along entire handoff chain at end of pinch. r=kats
2014-08-21 15:27:51 -04:00
Markus Stange
a33644f6b8
Bug 1055661: Add 5x4 matrix multiply. r=bschouten
2014-08-22 11:30:20 -04:00
Ed Morley
c4a81b670c
Backed out changeset 171355fe87e1 (bug 1040924) for mochitest-1 failures on B2G desktop; CLOSED TREE
2014-08-22 15:37:52 +01:00
Ryan VanderMeulen
fc020ce791
Backed out changeset ecf04c6eb4dd (bug 1048579) for xpcshell failures.
2014-08-22 10:08:10 -04:00
David Zbarsky
10410114ac
Bug 952977: Switch some uses of gfx3DMatrix in nsLayoutUtils to Matrix4x4 r=nical
2014-08-22 09:40:02 -04:00
David Zbarsky
1bea86c89f
Bug 952977: Various other changes of gfx3DMatrix -> Matrix4x4 r=nical
2014-08-22 09:40:02 -04:00
Andrea Marchesini
c8048849b3
Bug 1040924 - Re-enable the serviceworkers tests on everything except Android 2.3 and B2G debug. r=RyanVM
2014-08-21 04:39:00 -04:00
Roberto A. Vitillo
c5c2af51c5
Bug 1056796 - Use documentURIObject to retrieve document uri. r=enndeakin
2014-08-21 06:42:00 -04:00
Ed Morley
c52d58f374
Backed out changeset 3a61a6eb04d6 (bug 1055821) for build failures
2014-08-22 14:12:01 +01:00
Chia-hung Tai
6545e10830
Bug 1057174
- [WebRTC] |DesktopDeviceInfoImpl::initializ| in desktop_device_info.cc use wrong argument while calling snprintf. r=rjesup
2014-08-22 10:08:24 +08:00
Benoit Girard
29db28c887
Bug 1055821 - Add layer construction logging. r=mattwoodrow
2014-08-21 13:46:07 -04:00
peter chang
9bca72bc16
Bug 1054901 - Add AsyncPanZoomStarted/Stopped notifications to scroll observers. r=roc
2014-08-22 04:32:00 -04:00
Seth Fowler
00b54fae30
Bug 913586 (Part 9) - Add more useful features to the Maybe<T> API. r=waldo
...
* * *
Bug 913586 (Part 10) - Add a test for Maybe<T>. r=waldo
2014-08-22 00:43:02 -07:00
Simon Montagu
f154063dd2
Bug 1054810: when block size is unconstrained and we aren't setting aDesiredSize.BSize to the computed block size, preserve the original value. r=jfkthame.
2014-08-22 00:04:41 -07:00
Brian Birtles
b2ae0e90c8
Bug 1045993 part 4 - Add tests for Animation.effect.name; r=dbaron
2014-08-22 13:42:48 +01:00
Brian Birtles
07f814acdf
Bug 1045993 part 3 - Add AnimationEffect.name; r=dbaron, r=bz
2014-08-22 13:42:48 +01:00
Brian Birtles
5dd17adb88
Bug 1045993 part 2 - Move the animation name from AnimationPlayer to Animation; r=dbaron
...
This patch stores the animation name on the Animation object rather than its
AnimationPlayer. This is because Animation objects don't have a reference to
their AnimationPlayer but their AnimationEffect needs access to the animation
name.
This patch also adds an accessor for AnimationPlayer to get the name from its
Animation (since players *do* have a reference to their source animation
content).
2014-08-22 13:42:48 +01:00
Brian Birtles
aa863b8144
Bug 1045993 part 1 - Add AnimationEffect interface and Animation.effect member; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Brian Birtles
50b24c51fd
Bug 1045994 - Add a chrome-only property to AnimationPlayer to indicate if an animation is running on the compositor; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Robert O'Callahan
0850121797
Bug 1048579. Always sniff for media loads. r=bzbarsky
...
--HG--
extra : rebase_source : 067e99eaad781dec78a772405870b02c195a42e2
2014-08-23 00:08:14 +12:00
Robert O'Callahan
bd73a2178e
Bug 1054161. Don't build display items for text with alpha=0. r=dbaron
...
--HG--
extra : rebase_source : 869a05a652a3bc6e8e122d34fb166ed9fbbdaa5c
2014-08-23 00:08:12 +12:00