dimi
c21d1ebd14
Bug 1188822 - Make service-workers/service-worker/fetch-request-resources.https.html pass. r=bkelly
2016-01-25 14:18:29 +08:00
Alphan Chen
c5396e386f
Bug 858827 - [Geolocation] Add a handling for getCurrentLocation when timeout is zero. r=jdm
...
Follow W3C spec, Error callback should be called when timeout is zero and
there's no cached position for getCurrentLocation.
2016-01-26 17:11:54 +08:00
Ting-Yu Lin
79a0b3623c
Bug 1121468 - Go to NoActionState after receiving release on LongTapState. r=roc
...
This makes the state change match the user action. No functionality
changes is expected.
--HG--
extra : commitid : 4MyRasp0lRE
extra : rebase_source : 611819cb3419ffdf76a002d937f3541dc285ef4d
2016-01-25 15:50:28 +08:00
Ting-Yu Lin
62a80ac969
Bug 1121468 - Show carets when long-pressing on selection highlight. r=roc
...
The blur event will hide the carets and produces a standalone selection
highlight without carets. When a user long-pressing on the highlight, we
should show carets for the original selection highlight instead of
select a new word.
The helper UpdateCaretsWithHapticFeedback() should only be needed when
long-pressing. It should suffice to live within SelectWordOrShortcut()
instead of being a member function.
--HG--
extra : commitid : 789VwIRV03I
extra : rebase_source : ef4e9dd1260cec7fd900f68aacdc405bc018b3ce
2016-01-25 15:50:28 +08:00
Ting-Yu Lin
f7bd8d83d9
Bug 1121468 - Use auto* to explicit declare 'self' as a pointer. r=roc
...
Both 'auto' and 'auto*' do not change the type inference. However, auto*
make 'self' only accept a pointer which is our intent here.
--HG--
extra : commitid : IvzkNKYE1Q4
extra : rebase_source : 7ea447ff8dae04751afe5ab3e5c84231a5fb8649
2016-01-25 15:50:28 +08:00
Sotaro Ikeda
252806de74
Bug 1238602 - Update ParamTraits<GonkNativeHandle>::Read() r=nical
2016-01-27 00:32:03 -08:00
John Daggett
03e62378ba
Bug 1243226 - relax the limit on fontconfig generics. r=heycam, a=me
2016-01-27 17:21:31 +09:00
Xidorn Quan
c732ee5f50
Bug 1229437 followup 3 - Fix a mistake in RubyColumn::Iterator::SkipUntilExistingFrame(). a=me
...
--HG--
extra : amend_source : 759bee0572fdc77bb6f78fe91d14c68e6c7eb2eb
2016-01-27 19:04:57 +11:00
Morris Tseng
9316d33f5f
Bug 1241777 - TexCompareFunc should be stored in ascending order. r=jgilbert
...
--HG--
extra : commitid : 5tm6TsrqtCf
2016-01-27 14:12:52 +08:00
Xidorn Quan
0d376bab67
Bug 1229437 followup 2 - Fix another sign-compare error in RubyColumn::Iterator on CLOSED TREE.
2016-01-27 17:30:04 +11:00
Xidorn Quan
0934e79450
Bug 1229437 followup - Fix sign-compare error in RubyColumn::Iterator on CLOSED TREE.
2016-01-27 17:15:49 +11:00
Masayuki Nakano
02e13bc9fe
Bug 1153156 part.4 Make APZC system scroll speed overriding aware r=mstange
2016-01-27 15:09:13 +09:00
Masayuki Nakano
2e9c9ae27c
Bug 1153156 part.3 Don't allow to override system scroll speed if the wheel event causes too fast scroll r=smaug+jimm
2016-01-27 15:09:13 +09:00
Masayuki Nakano
3d49c4fe37
Bug 1153156 part.2 Make WidgetWheelEvent store if overriding system scroll speed is allowed and it shouldn't be allowed if scroll speed isn't system default settings on Windows r=smaug+jimm
2016-01-27 15:09:13 +09:00
Masayuki Nakano
367ad6230a
Bug 1153156 part.1 Move nsBaseWidget::OverrideSystemMouseScrollSpeed() to WidgetWheelEvent r=smaug, sr=smaug
2016-01-27 15:09:13 +09:00
Masayuki Nakano
dd9381cdcb
Bug 1242895 Put off to commit/cancel composition after unlocking the document in TSF mode r=m_kato
2016-01-27 15:09:13 +09:00
Xidorn Quan
143f0ddb35
Bug 1229437 part 5 - Add crashtests for this bug. r=dbaron
...
--HG--
extra : source : 80fa14d8cafb39c0709777e3a733c9831f96c906
2016-01-27 16:58:53 +11:00
Xidorn Quan
050d22afea
Bug 1229437 part 4 - Reparent floats inside pulled ruby column. r=dbaron
...
--HG--
extra : source : 3ae85c4b74e6791ac8d30dbc2376455d32745e1c
2016-01-27 16:58:53 +11:00
Xidorn Quan
488c3f7ca2
Bug 1229437 part 3 - Support iterating frames of RubyColumn. r=dholbert
...
--HG--
extra : source : 33d18b0760b2b4e6ae8c1357226f7bace1a75519
2016-01-27 16:58:53 +11:00
Xidorn Quan
dd663b590f
Bug 1229437 part 2 - Reparent floats inside pulled ruby segment. r=dbaron
...
--HG--
extra : source : c30d0f07b5597005de4d18838479e621b6d2f44e
2016-01-27 16:58:53 +11:00
Xidorn Quan
3d2d63b674
Bug 1229437 part 1 - Add a helper function to get the float containing block of a given frame. r=dbaron
...
--HG--
extra : source : 68184623d2b2f1eeaa17fd6d2a5114fb7caa65f8
2016-01-27 16:58:53 +11:00
JW Wang
d2200b8e28
Bug 1242839 - Rewrite and enable test_preload_suspend.html. r=roc.
2016-01-26 11:22:56 +08:00
Bill McCloskey
c95da3e673
Bug 1233497 - Fix infrastructure for disallowing unsafe CPOWs in browser code. r=mrbkap
...
--HG--
extra : commitid : AkRt0J9Cpgt
extra : rebase_source : 39bf3c27ce593c95e4aecb5f7bb55a8ffc05382c
2016-01-05 19:28:27 -05:00
Mike Conley
8330d5ad22
Bug 1233497 - Update test_bug1086684.html to not access CPOWs unsafely inside SpecialPowers. r=mrbkap
...
--HG--
extra : commitid : H799ma5QqLM
extra : rebase_source : c1e2bb8867a53539e2907c6e6dde6d0aa87afd02
2016-01-18 17:17:29 -05:00
Mike Conley
ba17921111
Bug 1233497 - Temporarily allow unsafe CPOWs in Promise-backend.js and Task.jsm. r=billm
...
--HG--
extra : commitid : Jzchcq5SSGv
extra : rebase_source : a8f2cbfe5a77fc5d80eb04dd806841355479a953
2016-01-18 12:44:37 -05:00
Mike Conley
e1a362aa26
Bug 1233497 - Allow Marionette tests to use CPOWs. r=ato
...
--HG--
extra : commitid : 9ygRoCbGotC
extra : rebase_source : 19ca5fe8111f7ec6d55a864d03974b5aac92b093
2016-01-08 15:10:22 -05:00
Mike Conley
3428d9b680
Bug 1233497 - Remove some more CPOW yields from Tasks in devtools tests. r=jryans
...
--HG--
extra : commitid : IhpHdHYxn19
extra : rebase_source : 7b61702659373d9a7750d06675837c00246811b9
2016-01-11 10:08:38 -05:00
Mike Conley
1f5ff0f8bb
Bug 1233497 - Don't yield or resolve CPOWs from Tasks or Promises in devtools tests. r=jryans
...
--HG--
extra : commitid : 9JIJ8ndwr2V
extra : rebase_source : b8f3d16cc2868f9f3d85aaee6129ddc8b2deb714
2016-01-07 13:40:41 -05:00
Mike Conley
94474914fb
Bug 1233497 - Avoid unsafe CPOWs in devtools tests. r=jryans
...
--HG--
extra : commitid : 3zY9DDjAUcW
extra : rebase_source : ffbb065ce9c0258eb7471891586f32d1b7cfddec
2016-01-07 11:54:18 -05:00
Mike Conley
d4d3b9cd5e
Bug 1233497 - Stop using TabState.flushAsync in session store tests. r=billm
...
--HG--
extra : commitid : ngARcwlMC1
extra : rebase_source : 91280a832703291b7ff6da7c6d6b3d364445e9fb
2016-01-05 19:19:51 -05:00
Mike Conley
07ce57a942
Bug 1233497 - Make browser_bug710878.js avoid CPOW usage in utilityOverlay.js. r=felipe
...
--HG--
extra : commitid : 8T6UtoIE8fe
extra : rebase_source : 11681a8e4cbd65f007f9307df251187c1e7b2972
2016-01-05 13:53:27 -05:00
Mike Conley
c41732b8a2
Bug 1233497 - Disable tests that use fillInPageTooltip for e10s. r=Enn
...
--HG--
extra : commitid : HgypbNMmqWJ
extra : rebase_source : 79c6c34a0d35f34b959bc7a0890cf587dd8cde0c
2016-01-05 13:52:38 -05:00
Mike Conley
4b0fba91ba
Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r=billm
...
--HG--
extra : commitid : Hx4GCM6BWN6
extra : rebase_source : ad038617954dde4efe181b260305d7f6549106f4
2016-01-04 17:56:14 -05:00
Mike Conley
3ced9d3679
Bug 1233497 - SimpleTest.promiseFocus should not resolve to a window, as it might be a CPOW. r=Enn
...
--HG--
extra : commitid : KO6LOuvnRpF
extra : rebase_source : e4d249fd4ba7e6d84baa2b875ac93bc17cf154d7
2016-01-04 17:52:08 -05:00
Mike Conley
3e8d3c6baf
Bug 1233497 - Run translation tests within ContentTasks to avoid CPOW usage. r=mikedeboer
...
--HG--
extra : commitid : KH3tKDdO8Az
extra : rebase_source : 0dab2b7d0760bbc18f9380fb5507fb63a94b96bc
2016-01-04 17:33:19 -05:00
Mike Conley
b272bb2f02
Bug 1233497 - Allow CPOW usage in BrowserTestUtils testing module. r=felipe
...
--HG--
extra : commitid : 1ZHA1ctGqGs
extra : rebase_source : ff3dc92b8342624b59d759917612088f2e9fabe0
2016-01-04 17:21:23 -05:00
Mike Conley
bc564553b4
Bug 1233497 - Do not resolve a Promise with a CPOW in browser_addonPerformanceAlerts.js r=Yoric
...
--HG--
extra : commitid : J0Wsk2huvoZ
extra : rebase_source : f4521791b2e7953955909de91e6085d9158d7ee7
2016-01-04 17:15:24 -05:00
Mike Conley
ffae266735
Bug 1233497 - Remove a CPOW from browser/components/places/tests/browser/head.js r=mak
...
--HG--
extra : commitid : LOu8UNmUqWG
extra : rebase_source : ceed0232f5a4d0ff9dfc1bedf9b4a25e9ca60a29
2016-01-04 16:25:30 -05:00
J. Ryan Stinnett
4ed4b973e4
Bug 1242584 - import-globals-from should carry over to tests. r=tromey
2016-01-26 17:08:33 -06:00
J. Ryan Stinnett
c884cacc0c
Bug 1242584 - Remove dead code in import-headjs-globals. r=tromey
2016-01-26 17:08:33 -06:00
Wes Kocher
5db3056dd4
Backed out 2 changesets (bug 1037483) for many ESLint failures
...
Backed out changeset de364648e24c (bug 1037483)
Backed out changeset c697940b6f5c (bug 1037483)
--HG--
extra : commitid : Dze5NbyixG6
2016-01-26 11:26:23 -08:00
Wes Kocher
586e77f182
Backed out 2 changesets (bug 1226781) for e10s bc7 failures in browser_invalid_uri_back_forward_manipulation.js
...
Backed out changeset 3ae6880a94e4 (bug 1226781)
Backed out changeset 627ac298f230 (bug 1226781)
--HG--
extra : commitid : FYdURr43oJM
2016-01-26 11:09:04 -08:00
Shane Caraveo
ff4fb121c8
Bug 1037483 replace microdata with microformats in share, r=dietrich
2016-01-26 10:53:00 -08:00
Shane Caraveo
71d96c6ddf
Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek
2016-01-26 10:52:59 -08:00
Wes Kocher
3e3f5f0eb8
Backed out 2 changesets (bug 1013219) for apparently making test_ocsp_stapling_expired.js frequently time out
...
Backed out changeset a97c7103effe (bug 1013219)
Backed out changeset a877772255f6 (bug 1013219)
--HG--
extra : commitid : JPFRlWTclrg
2016-01-26 10:51:24 -08:00
Marco Bonardo
43b99cedf6
Bug 1240013 - Crash in nsNavBookmarks::OnVisit by setting long location.hash. r=Yoric
...
--HG--
extra : commitid : 22HsGbBqJ8f
extra : rebase_source : 9b7794cc6d81f8de6c43b303779835f06eca7271
2016-01-26 18:43:53 +01:00
Ed Lee
ea0da6902e
Bug 1239976 - Change conversation window title to have ellipses at the end, rather than in the middle. r=mixedpuppy
2016-01-26 05:46:06 -07:00
Gijs Kruitbosch
2df3a1b2b8
Bug 1138737
- improve naming of sharedGlobal list of exceptions, r=jsantell
...
--HG--
extra : commitid : 44jVFuEBuSC
extra : rebase_source : c755026d10dcf13846cd771c2af87d3430ba3859
2016-01-26 12:25:31 +00:00
Gijs Kruitbosch
0f1604de71
Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley
...
--HG--
extra : commitid : DFW2kFNgfqs
extra : rebase_source : 4d196bc9b3303eb9ff407435f098d71bfd8b5934
2016-01-26 16:20:51 +00:00
Gijs Kruitbosch
f6f7600762
Bug 1226781 - only manually switch remoteness if we were trying to switch remoteness to begin with, r=mconley
...
--HG--
extra : commitid : 4aiPYOh6YsK
extra : rebase_source : d591dce10c87d85ec39af6aed2e73d5ece016260
2016-01-22 11:27:06 +00:00