Nicolas B. Pierron
bd4c88439b
Bug 1240521 - Fix the test case to ensure that oomAfterAllocation is defined. r=red
2016-03-08 14:22:47 +00:00
Masatoshi Kimura
cc6a791266
Bug 1254493 - Remove Code2000 and Arial Unicode MS from prefs. r=jfkthame
2016-03-08 23:19:26 +09:00
Andreas Tolfsen
05e86fe521
Bug 1253244 - Correct x,y offset type checks and add tests; r=automatedtester
...
The xOffset and yOffset arguments to element.coordinates previously
checked loose falsiness. If a number <= 0 would be given as an argument,
they would not be used and it would return the centre of the element.
This change adds more checks, documentation, and tests.
MozReview-Commit-ID: KmsiVFipzWx
--HG--
extra : rebase_source : 96e6c8c127071356fec029f5eaa4254ae60930b3
2016-03-04 15:34:28 +00:00
Andreas Tolfsen
fadb4f79f3
Bug 1253244 - Use element.coordinates in action module; r=automatedtester
...
MozReview-Commit-ID: 2FJJImg4NsI
--HG--
extra : rebase_source : 6038343d9b8104c8f5b8b51f42794a42b6e8c752
2016-03-03 14:29:53 +00:00
Andreas Tolfsen
1a08c44699
Bug 1253244 - Use element.coordinates in listener; r=automatedtester
...
MozReview-Commit-ID: 4sWZNXrenqZ
--HG--
extra : rebase_source : 8a212826ff0dbe4a2555a9712f7fd7039f7ad5ff
2016-03-03 14:28:40 +00:00
Sebastian Hengst
1c0df4dae0
Backed out changeset 8abae7731417 (bug 1192910) for OS X 10.10 opt R-e10s bustage. r=backout
2016-03-08 14:43:43 +01:00
Sebastian Hengst
12aacd8ccf
Backed out changeset 9c232821ae5c (bug 1192910)
2016-03-08 14:41:48 +01:00
Alexander Surkov
2e774e974c
Bug 1249730 - make TreeWalker bi-directional, r=yzen
2016-03-08 08:27:59 -05:00
Nicolas B. Pierron
a7ff33a68b
Bug 1240521 - IonBuilder processSwitchEnd returns ControlStatus_Error on allocation errors. r=h4writer
2016-03-08 13:19:34 +00:00
Lars T Hansen
1996b83ba5
Bug 1248153 - Do not convert fp to int by cast. r=waldo
...
--HG--
extra : amend_source : 6eea6a7a9bf113efe43822423ad7d0ab542d94c7
extra : histedit_source : 63cd6daa497e79a01b7011bb5fb56e098104d00d
2016-03-04 14:18:06 +01:00
Lars T Hansen
e4518bf50d
Bug 1253216 - clean up the atomic ops ifdef nest. r=jorendorff
...
--HG--
extra : rebase_source : d3cb45edc0b495c3a8b779dc165f8a599835aa0f
extra : histedit_source : 005a644c952690935bbd4c65c81c374d00edbce9
2016-03-04 12:42:15 +01:00
Nicolas B. Pierron
26a262542c
Bug 1247880 - Only remove MUrsh operands when the input of MUrsh is guaranteed to be unsigned. r=sunfish
2016-03-08 12:54:19 +00:00
Tom Schuster
c944bcd13b
Bug 1254349 - Remove unused error messages. r=mrrrgn
2016-03-08 13:49:47 +01:00
Andreas Tolfsen
772f8fbb0b
Bug 1253248 - Use element.Strategy enum consistently; r=automatedtester
...
Removes the exported constants from testing/marionette/element.js and
introduces the migrates to using the element.Strategy enum consistently
throughout Marionette.
The supported strategies array passed into ElementManager's ctor has
also received some much needed attention and now actually works.
MozReview-Commit-ID: LPuDX0aishM
--HG--
extra : rebase_source : bb06ea5a25d9a0dbcd6f3e1311d31df95cd4e26d
2016-03-04 12:01:09 +00:00
Benjamin Bouvier
ed958075b5
Bug 1250195: In TypedObject.from, decide that the input is typed only if it's an array type; r=pnkfelix
...
MozReview-Commit-ID: K4Nsm37effY
--HG--
extra : rebase_source : c2d218155dd6c95501b746ce1ea686aaa4ffb35b
2016-03-07 13:51:31 +01:00
JW Wang
d5a8e21b53
Bug 1253928 - adjust the time passed to RequestVideoData() by the start time to avoid incorrectly skipping key frames. r=jya.
...
MozReview-Commit-ID: 9NHapIMoozG
2016-03-07 18:44:03 +08:00
JW Wang
09155c88a8
Bug 1253959 - per comment 10, #ifdef code that causes ReadMetadata() to fail on Windows XP debug. r=cpearce.
...
MozReview-Commit-ID: J6Muv6pJJhf
2016-03-07 16:07:14 +08:00
Kartikaya Gupta
7a65557850
Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange. reland because backout didn't fix the issue
...
MozReview-Commit-ID: 61dyeqxxtVP
2016-03-07 16:27:44 -05:00
Markus Stange
cf4896ee92
Bug 1192910 - Stop triggering repaints when the displayport margins change without the displayport changing. r=kats
...
MozReview-Commit-ID: K1g6sNlZdRk
2016-03-07 16:27:41 -05:00
Sebastian Hengst
c3651e35dd
Backed out changeset 3ad367f04970 (bug 1242781) for reftest failures. r=backout
2016-03-08 12:43:19 +01:00
Jon Coppeard
00c6bf3687
Bug 1252329 - Fix test bustage on opt builds r=me
2016-03-08 11:26:15 +00:00
Tim Taubert
d18dba5486
Bug 1250930 - Add test to ensure we're using the right global when creating WebCrypto objects r=bz
2016-03-08 11:16:29 +01:00
Tim Taubert
0d2f5760da
Bug 1250930 - Use correct global when creating a key in GenerateAsymmetricKeyTask r=bz
2016-03-08 11:15:58 +01:00
Tim Taubert
1551754c99
Bug 1250930 - Use correct global when creating a key in GenerateSymmetricKeyTask r=bz
2016-03-08 11:15:29 +01:00
Tim Taubert
6eec770808
Bug 1250930 - Use SubtleCrypto's global when creating keys for an ImportKeyTask r=bz
2016-03-08 11:14:37 +01:00
Jon Coppeard
cc52e6234b
Bug 1252329 - Fix interaction between AutoClearTypeInferenceStateOnOOM and compacting GC r=terrence
2016-03-08 10:15:09 +00:00
Jon Coppeard
5aca0e19f8
Bug 1253124 - Check return values in and around js::ValueToSourceForError r=jandem
2016-03-08 10:15:09 +00:00
Sebastian Hengst
fe62e82fdc
Backed out changeset 4a56c6dc4c7e (bug 1192910) for permafailing R-e10s on OS X 10.10. r=backout
2016-03-08 11:07:39 +01:00
Sebastian Hengst
9fc7bbba2a
Backed out changeset 9066ef314419 (bug 1192910)
2016-03-08 11:06:18 +01:00
Shing Lyu
0fc7aee5e1
Bug 1242781 - Add 1 appunit in BRFrame::AddInlinePrefISize to match the 1 appunit added during reflow. r=dbaron
2016-03-08 16:06:50 +08:00
Jan de Mooij
7c0005c288
Bug 1239813 - Add some asserts to IterateScripts to help us track down bug 1240231. r=sfink
...
--HG--
extra : rebase_source : fda66896860258cef25a2cba643c8a586d2a0a0e
2016-03-08 10:48:30 +01:00
Sebastian Hengst
6c3f333103
Backed out changeset 2bd6d33ad128 (bug 1242781) for reftest failures. r=backout
2016-03-08 10:48:15 +01:00
Sebastian Hengst
263fc3de3c
Backed out changeset 912825aa7ee1 (bug 1254145) for failing bc7 tests. r=backout
2016-03-08 10:48:15 +01:00
Nicolas Silva
9c9d7e08e4
Bug 1251427 - Require a full update when a TextureHost switches from a TextureSource to another. r=sotaro
2016-03-08 10:08:56 +01:00
Jared Wein
96d1f59f9c
Bug 1254145 - Use BrowserTestUtils.removeTab instead of gBrowser.removeTab in BrowserTestUtils.withNewTab since BrowserTestUtils.removeTab is more deterministic since it waits for SessionStore to update. r=gijs
...
MozReview-Commit-ID: 8DoAiwCuGKl
2016-03-07 07:31:00 +01:00
Honza Bambas
a827d3166e
Bug 1254059 - init MochitestBase.nsprLogs, r=jmaher
2016-03-07 04:14:00 +01:00
Christoph Kerschbaumer
e5f5280755
Bug 1254308 - Remove SEC_NORMAL from mobile/. r=sicking
...
MozReview-Commit-ID: 9YNs4sdI9V0
2016-03-07 14:27:19 -08:00
Christoph Kerschbaumer
205c4c430e
Bug 1254303 - Remove SEC_NORMAL from js/. r=sicking
...
MozReview-Commit-ID: JhPDn2yZE2g
2016-03-07 14:19:50 -08:00
Christoph Kerschbaumer
8ec8dcd10e
Bug 1254299 - Remove SEC_NORMAL from extensions/. r=sicking
...
MozReview-Commit-ID: B4NX6ImKR4n
2016-03-07 14:01:26 -08:00
Shing Lyu
2507afb6b9
Bug 1253209 - Fixed reftest html report generation failure. r=jmaher
2016-03-06 20:09:00 +01:00
Jan Beich
aac69f16d7
Bug 1254218 - Rely on old-configure.in to detect dladdr(). r=njn
...
MozReview-Commit-ID: Ff9DCLu2Cv9
2016-03-07 19:00:41 +00:00
Cykesiopka
610314abc0
Bug 1253958 - Make getHSTSPreloadList.js and genHPKPStaticPins.js gracefully handle trailing whitespace in URL entries. r=dkeeler
...
MozReview-Commit-ID: Kyc7JzxVEo0
--HG--
extra : rebase_source : 009554017b7ec1e2c6e57430ee554eb94deb2a3a
2016-03-06 16:02:52 -08:00
Jared Wein
10738b2e3f
Bug 1064580 - Add definitions for onCurrentSelection to the listeners since RemoteFinder.jsm expects them to be present. Also add an error check in Finder.jsm for empty selections. r=evilpie
...
MozReview-Commit-ID: E6lgH8OZhaH
--HG--
extra : rebase_source : 2e646f82a0f851775e2dc2893f170d58db0979ae
2016-03-07 16:37:34 -05:00
Shing Lyu
4099eeaee2
Bug 1242781 - Add 1 appunit in BRFrame::AddInlinePrefISize to match the 1 appunit added during reflow. r=dbaron
2016-03-08 16:06:50 +08:00
Xidorn Quan
b022cd37f8
Bug 1251995 part 7 - Use struct to pass params for nsTextFrame::Paint*Shadow functions. r=jfkthame
...
MozReview-Commit-ID: 5Wa9U0Ile4L
--HG--
extra : source : 95464b236e0e5c52495445a94301791a25668094
2016-03-08 15:56:18 +08:00
Xidorn Quan
40f8859cc1
Bug 1251995 part 6 - Use struct to pass params for nsTextFrame::PaintText* functions. r=jfkthame
...
MozReview-Commit-ID: NTEUm8TY8N
--HG--
extra : source : d1f1d14ddf9df26f07a28a36e54216b8ad6ff5fb
2016-03-08 15:56:18 +08:00
Xidorn Quan
e1002ffcb3
Bug 1251995 part 5 - Unify units of dirty rect used for painting text frame. r=jfkthame
...
MozReview-Commit-ID: BK7j6y7lBV3
--HG--
extra : source : 4403438493793ddfa7356cab2438d050f8a66da1
2016-03-08 15:56:18 +08:00
Xidorn Quan
8ade98d572
Bug 1251995 part 4 - Use struct to pass params for nsTextFrame::DrawText* functions. r=jfkthame
...
MozReview-Commit-ID: LYshkPDrqYl
--HG--
extra : source : 5de24f7944a12e0d20ca83b4b2eceeaf56fc5efd
2016-03-08 15:56:18 +08:00
Xidorn Quan
1a5d64446b
Bug 1251995 part 3 - Use struct to pass params for gfxTextRun::Draw. r=jfkthame
...
MozReview-Commit-ID: HAqtS3VXPHH
--HG--
extra : source : e6a45ca0a21666b4e01c217e0bb42772e4dd918f
2016-03-08 15:56:18 +08:00
Xidorn Quan
b3ea3fa801
Bug 1251995 part 2 - Add gfxTextRun::Range to replace parameter pairs like (offset, length) and (start, end). r=jfkthame
...
Although this makes some places more complicated, code should generally
be simpler and clearer. It could slightly improve performance on x64 for
functions with more than four parameters, since it makes more data be
passed via registers rather than the stack.
MozReview-Commit-ID: D0GM2Jyrr6W
--HG--
extra : source : bd88a2e478e23edf1845f724a32fef908c8cc007
2016-03-08 15:56:18 +08:00