Jeff Walden
61eb1f6b30
Bug 1263778 - Rename a bunch of low-level [[Prototype]] access methods to make their interactions with statically-known and dynamically-computed [[Prototype]]s clearer. r=efaust
...
--HG--
extra : rebase_source : 52cdd9abe79b46385c54f6b28047f24a0cd57aee
2016-03-18 16:45:31 -07:00
Jeff Walden
80f0832949
Bug 1264896 - Kill off nsIRemoteTagService and do what it does, in its sole caller, in far-faster C++. r=billm
...
--HG--
extra : rebase_source : 4ab4985b1e6731a6caa523d7802a6292454cbc55
2016-04-21 21:51:16 -07:00
Jeff Walden
56d59777fd
Bug 888969 - Make the getPrototypeOf/setPrototypeOf traps scriptable. r=efaust, r=bholley
...
--HG--
extra : rebase_source : 4a19f3a59e9a5935f8a41f2928b74c0af3947942
2016-02-23 13:42:30 -08:00
Jeff Walden
f750e31a90
CSE some multiply-repeated ToFloatRegister(...) and such in some of the JIT backends into local variables for readability. No bug, r=bbouvier
...
--HG--
extra : rebase_source : 4d272ca7882faa66e7c0786f50d9064893da4b30
2016-04-23 00:27:14 -07:00
Karl Tomlinson
1df20b3f7d
bug 1264170 only add slider class to scale after style save r=acomminos
...
so that ranges don't render like their thumbs
MozReview-Commit-ID: KshWxyAb1nh
--HG--
extra : rebase_source : efb7f7ffd5ba75324b47e2a83d638ec411868c1b
2016-04-13 08:48:15 +12:00
Matt Woodrow
8a17b3e85d
Bug 1266380 - Don't try to untransform visible regions for inactive perspective layers. r=thinker
2016-04-28 17:05:46 +12:00
Andrew Comminos
28d156be0f
Bug 1258086 - Clear unbuffered SHM images with a 32-bit visual before drawing with the basic layer manager. r=lsalzman
...
MozReview-Commit-ID: 8XgVwvBDZ3X
--HG--
extra : rebase_source : ba0ed32c5b8241fa6bf6300a8fa97ad71a236c1a
2016-04-27 13:46:07 -07:00
Ehsan Akhgari
a9cd8f1af3
Bug 1267966 - Remove the deprecation warning from Attr.ownerElement; r=baku
...
I added this deprecation back in bug 957431 by mistake, but it's clear
that we won't be removing this attribute after all.
2016-04-28 10:49:11 +08:00
Nicholas Nethercote
2f1707f8ea
Bug 1267227 - Don't run the PLDHashTableTest.GrowToMaxCapacity gtest on 32-bit machines, because it sometimes OOMs. r=erahm.
...
--HG--
extra : rebase_source : 79ecc129edfca2a63a52f8dea4b12c8ae1b94fcc
2016-04-27 16:30:14 +10:00
Andrea Marchesini
68f5bb0f60
Bug 1260766 - the comparison of OriginAttributes in nsFrameLoader::Swap* methods should consider the usercontextid attribute of the owning element, r=smaug
2016-04-28 10:39:51 +08:00
Kyle Huey
7579799b01
Bug 1266595: Replace Chromium Task with Runnable. r=froydnj
2016-04-27 17:06:05 -07:00
Blake Kaplan
04fbd5fdd6
Bug 1258212 - Hook the parent up to the cild for registerContentHandler. r=gwright
2016-04-27 16:43:58 -07:00
Andrea Marchesini
a9b65ecfb0
Bug 1261094 - Improve how MessageChannel::mInterruptStack is used in IPC code, r=jld
2016-04-28 07:21:49 +08:00
Nick Thomas
de41c2626d
Bug 848284, support for running l10n on try, r=catlee DONTBUILD
...
--HG--
rename : testing/mozharness/configs/single_locale/mozilla-central.py => testing/mozharness/configs/single_locale/try.py
2016-04-28 10:53:07 +12:00
Botond Ballo
80791b18a4
Bug 1267470 - Move more fields from FrameMetrics to ScrollMetadata. r=kats
...
MozReview-Commit-ID: zxtt1NNcDe
--HG--
extra : rebase_source : 65cdc94615ccbb51901e8c4ac086987ff2183719
2016-04-27 16:06:34 -04:00
Ryo Kato
cc84ed66de
Bug 1265274 - Make tests to use the common test data in keyframe-utils.js r=birtles
...
* Add new tests for single-valued keyframe to gKeyframeSequenceTests.
* Update constructor.html.ini and setFrames.html.ini so that we can use the new tests.
* Iterate all the possible tests for keyframes in animate.html (and modify .html.ini).
* Use `null` for some keyframes because assert_class_string doesn't care about details.
* Remove unnecessary call `done();`.
MozReview-Commit-ID: 6209DO9BYFP
--HG--
extra : rebase_source : 09ad64982940fba300d0884045bd22a71a0bd60a
2016-04-26 22:35:11 +09:00
Hiroyuki Ikezoe
a4b111280b
Bug 1267908 - Don't call flushApzRepaints if reftest-no-flush is specified. r=kats
...
flushApzRepaints leads flush paint.
MozReview-Commit-ID: 5pt7Gq5zHTx
--HG--
extra : rebase_source : 90416872d2e271654767bfc7bd73ecbc451c65d6
2016-04-28 06:16:30 +09:00
Milan Sreckovic
edf1ba5056
Bug 1267958: Only complain for negative size, not merely zero. r=jrmuizel
...
MozReview-Commit-ID: JqtcPB292a7
--HG--
extra : rebase_source : 3da95780339576662ea3560050ba3c67b8e0fac5
2016-04-27 12:51:12 -04:00
Wes Kocher
6a486eb10c
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 56rcBPa9a6G
2016-04-27 14:16:30 -07:00
Geoff Brown
ab13fa6cc1
Bug 1261270 - Remove APZ/nightly test annotations for robocop; r=me
2016-04-27 14:56:11 -06:00
Geoff Brown
71f1e3bc75
Bug 1267020 - Dump reftest assertion count mismatches to log file on Android; r=jmaher
2016-04-27 14:56:09 -06:00
Geoff Brown
904004547f
Bug 1266548 - Remove android_panda_releng.py mozharness config; r=kmoir
2016-04-27 14:56:08 -06:00
Wes Kocher
20598f44f6
Backed out changesets baa6c68ec413,5b8583070c9e,2942bb31152c,dd2ad6863f53,c68772362633,c8db6695b991 (bug 1231981) a=backout
...
MozReview-Commit-ID: EoGyz071RoN
--HG--
extra : amend_source : 69d6593ae0a946ed6366513a2e186b43c7435440
extra : histedit_source : cdce5a0698d6e7996ae731cff56263abc202ae65%2Ca62e94bdb37fc3e9266884f283d732e61e0f4715
2016-04-27 10:24:37 -07:00
Wes Kocher
55d7bfae3f
Backed out changesets 8ed054e5853e,d56adef9c8e0,408df9f84697,7092e498ac3a,29dce05596c6,ae1dc75009e7 (bug 1231975) for breaking local mochitests a=backout
...
MozReview-Commit-ID: 17mJDyZMVju
--HG--
extra : histedit_source : cf965b94d4b36cc1b4ce0a89272f9c355ae1b82e%2C72cefdebce52a0e6653a87dd0ef0a1316fe0ec18
2016-04-27 10:20:42 -07:00
Carsten "Tomcat" Book
05d6ba16fa
merge mozilla-inbound to mozilla-central a=merge
2016-04-27 11:57:21 +02:00
Rail Aliiev
657cd5175d
Bug 1267847 - publish en-US XPI r=jlund a=release DONTBUILD
...
MozReview-Commit-ID: INAj3RxMoGS
--HG--
extra : rebase_source : 486ecd07a6d070d2e43ec088af0af290ae8208f9
2016-04-26 18:22:17 -04:00
Valentin Gosu
4d0f75d28b
Bug 1263428 - Make sure we don't set the domainLookupEnd timestamp after connectStart for non-persistant connections r=mcmanus
2016-04-27 22:13:30 +02:00
Justin Dolske
439149d865
Bug 1268175 - Change button title in about:config warning r=Gijs
...
MozReview-Commit-ID: 3YJu4hWkrwn
--HG--
extra : rebase_source : 24e0e5a54317d24f9c3e7351ed69e1a278fe6e3f
2016-04-27 12:14:48 -07:00
Daniel Veditz
19be5bed6c
Bug 1267318 ignore cert expiration for mozilla-signed packages, r=dkeeler
...
MozReview-Commit-ID: Lw6jGmK8gkS
2016-04-26 11:54:08 -07:00
Matthew Noorenberghe
13d19fbd72
Bug 1266825 - Convert test_notifications_popup.html to b-c to work in e10s. r=dolske
...
MozReview-Commit-ID: 5qExqBsfNfw
--HG--
rename : toolkit/components/passwordmgr/test/test_notifications_popup.html => toolkit/components/passwordmgr/test/browser/browser_capture_doorhanger_window_open.js
extra : rebase_source : dcb3bd8918fd077f56c017602abe1d37fab0b4a7
2016-04-26 15:52:13 -07:00
Mark Banner
7a6b21fe1b
Bug 1267835 - Land version 1.3.1 of the Loop system add-on in mozilla-central, rs=Standard8 for already reviewed code.
2016-04-26 22:40:05 +01:00
Wes Kocher
77752786a4
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: 3xgSmlsnSpk
2016-04-26 14:28:17 -07:00
Wes Kocher
f20e8d0047
Merge inbound to central, a=merge
...
MozReview-Commit-ID: JIAGB82GtAS
2016-04-26 14:19:01 -07:00
Drew Willcoxon
bf4e9d75e2
Bug 1266375 - Don't remove max-width on awesomebar popup items when the popup is open. r=mak
...
MozReview-Commit-ID: GttGOvRU6vf
2016-04-26 12:46:42 -07:00
Alexandre Poirot
c0ae627a40
Bug 1263935 - Use AddonPathService.mapURIToAddonId instead of AddonManager.mapURIToAddonID. r=ejpbruel
2016-04-26 07:11:15 -07:00
Alexandre Poirot
912faf0bc9
Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURIToAddonId. r=mossop
2016-04-26 07:11:15 -07:00
Alexandre Poirot
30d3ba40c6
Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService. r=mossop
2016-04-26 07:11:15 -07:00
Jan Odvarko
be6d109116
Bug 1267274
- Firebug theme: fix position of the Inspector button; r=helenvholmes
2016-04-26 08:52:32 +02:00
Gregory Szorc
886671f70c
Bug 1267369 - Only generate typelib data for scriptable interfaces; r=khuey
...
We are currently generating typelib data for all interfaces. Apparently
typelib data is only needed for scriptable interfaces. So let's stop
generating typelib data for interfaces that aren't scriptable.
The impact of this is that some typelibs are dropped from
interfaces.xpt, resulting in ~10kb smaller interfaces.xpt:
* nsIDOMCSSValue
* nsIDOMDOMImplementation
* nsIDOMDOMCursor
* nsIProfilerStartParams
* nsIStreamingProtocolMetaData
* nsIDOMCharacterData
* nsIPrintSession
* nsIDOMDocumentFragment
* nsIDOMProcessingInstruction
* nsIDOMElement
* nsIDOMText
* nsIDOMXULElement
* nsIDOMAttr
* nsIDOMGeoPositionError
* nsIXMLHttpRequestEventTarget
* nsIDOMCSSStyleDeclaration
* nsIDOMCSSStyleSheet
* nsIDOMDocument
* nsIDOMClientRect
* nsIDOMMozNamedAttrMap
* nsIDOMNode
* nsIThreadObserver
* nsIDOMDocumentType
* nsIXMLHttpRequestUpload
* nsISelection
* nsIDOMCDATASection
* nsIDOMDOMRequest
* nsIDOMComment
* nsIDOMEvent
MozReview-Commit-ID: 3LYdNYs7Tum
--HG--
extra : rebase_source : 4ed0e6ef761b165108b8581077f2bf7eddd02274
2016-04-25 12:32:10 -07:00
Nathan Froyd
5672bb749c
Bug 1259733 - use forward declarations for nsIDocument in a few places; r=dholbert
...
This is sufficient for nsCSSFrameConstructor.h's needs, and the
corresponding C++ file already includes nsIDocument.h.
2016-04-27 14:48:36 -04:00
Sebastian Hengst
ab327df0ab
Backed out changeset fb1cada3c198 (bug 1267812) for Linux x64 opt xpcshell failure in devtools/server/tests/unit/test_memory_footprint.js. r=backout
2016-04-27 20:29:19 +02:00
Christoph Kerschbaumer
ce27fed14a
Bug 1206961 - Update web platform tests (r=bkelly)
2016-04-27 19:41:25 +02:00
Christoph Kerschbaumer
da0d241d98
Bug 1206961 - Use channel->AsyncOpen2() for imageLoader; Remove security checks from callsites (r=bz)
2016-04-27 19:41:13 +02:00
Christoph Kerschbaumer
0e1d963860
Bug 1206961 - Use channel->AsyncOpen2() in image/imgLoader.cpp; removing security checks from the callsite reveals that we have to pass the accurate contentPolicyType to ValidateEntry (r=seth,bz)
2016-04-27 19:40:56 +02:00
Milan Sreckovic
024f874c4b
Bug 1262187: Allow D3D9 if D3D11 failed, behind the pref, but on by default. r=bas
...
MozReview-Commit-ID: JnO4nIN4gXv
--HG--
extra : rebase_source : 5bfa53ef47e59ac8871e500f97b9f851910b5e5b
2016-04-25 13:53:52 -04:00
Jan Odvarko
805383743a
Bug 1266733
- Firebug theme: use white color for selected elements in the Inspector panel; r=bgrins
2016-04-25 17:27:17 +02:00
Timothy Guan-tin Chien
e3df65a0b0
Bug 1266372 - De-dup code to ReaderMode.leaveReaderMode, r=gijs
...
Additionally, implements ReaderMode.enterReaderMode.
MozReview-Commit-ID: 8MPvFhX4ws7
--HG--
extra : transplant_source : %91%0D%CEZkOO%90%1C3%A24%3E%9Bq%D5%BB%13F%0A
2016-04-26 12:52:50 +08:00
Jan Odvarko
913472a7fa
Bug 1266310 - Firebug theme, fix row height in the Memory panel; r=fitzgen
2016-04-25 16:59:33 +02:00
Richard Marti
e8dae1709d
Bug 1267671 - Use smaller border radius for the search field and -buttons on Yosemite+. r=dao
2016-04-24 22:00:45 +02:00
Brian Grinstead
ab9bb23b31
Bug 1254025 - Force the CodeMirror editor to always use a textarea. r=jdescottes
...
By default it switches to a contentEditable when a custom UA is applied, which
causes errors when trying to insert a controller.
MozReview-Commit-ID: AdRUpO3NHNF
--HG--
extra : transplant_source : _%D9%CA.%2A%E2zW%F1%F6%C5a%D2%89%C5%84%B5%5E%FCD
2016-04-26 07:00:53 -07:00