searching for reviewer(mtseng)
dac05eadb24504aeb508f39562a95fc6ad05b148: Bug 1430610 - Change nsIFrame::InvalidateLayer() as to check WebRender's async update r=mtseng
sotaro <sotaro.ikeda.g@gmail.com> - Thu, 18 Jan 2018 13:28:49 +0900 - rev 399781
Push
33275 by dluca@mozilla.com at Thu, 18 Jan 2018 09:44:24 +0000
Bug 1430610 - Change nsIFrame::InvalidateLayer() as to check WebRender's async update r=mtseng
476e4e86e9dfdac159b23e544c934230e76cfaba: Bug 1419247 - Allow Stringify() to support nsSize. r=mtseng
KuoE0 <kuoe0.tw@gmail.com> - Mon, 20 Nov 2017 17:39:38 +0800 - rev 392791
Push
32941 by toros@mozilla.com at Tue, 21 Nov 2017 09:53:04 +0000
Bug 1419247 - Allow Stringify() to support nsSize. r=mtseng
MozReview-Commit-ID: 5OU6Db5z29S
8fd0c921d9a6de5ef541a32f3fbdc1febd24f872: Bug 1417796 - Mark virtual methods 'override' r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 16 Nov 2017 14:31:57 +0800 - rev 392169
Push
32915 by aciure@mozilla.com at Fri, 17 Nov 2017 09:57:26 +0000
Bug 1417796 - Mark virtual methods 'override' r=mtseng
Fix warning: annotate this function with 'override' or (rarely) 'final'
MozReview-Commit-ID: GovhMo2V2q5
d5306abe90a0cd61d03a3edb45c9d5039d82c5f8: Bug 1417796 - Remove 'virtual' qualifiers for 'override' methods. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 16 Nov 2017 13:59:48 +0800 - rev 392168
Push
32915 by aciure@mozilla.com at Fri, 17 Nov 2017 09:57:26 +0000
Bug 1417796 - Remove 'virtual' qualifiers for 'override' methods. r=mtseng
Fix warning: 'virtual' is redundant since the function is already declared
'override'
MozReview-Commit-ID: Kps9ZZoFniI
e2b7c18a8271ecddcfba419055211543b4926074: Bug 1417796 - Pass UpdateCaretsHintSet by const references instead of values. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 16 Nov 2017 13:49:40 +0800 - rev 392167
Push
32915 by aciure@mozilla.com at Fri, 17 Nov 2017 09:57:26 +0000
Bug 1417796 - Pass UpdateCaretsHintSet by const references instead of values. r=mtseng
Fix warning: the parameter 'aHints' is copied for each invocation but only
used as a const reference; consider making it a const reference
MozReview-Commit-ID: 6CyT6gxVgES
a5806f4ad28f3b07051703691cfdf41316e526e7: Bug 1417796 - Refactor AccessibleCaretManager::GetFrameSelection() to eliminate a warning. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 16 Nov 2017 13:48:20 +0800 - rev 392166
Push
32915 by aciure@mozilla.com at Fri, 17 Nov 2017 09:57:26 +0000
Bug 1417796 - Refactor AccessibleCaretManager::GetFrameSelection() to eliminate a warning. r=mtseng
Fix warning: do not use 'else' after 'return'
MozReview-Commit-ID: 1jebzioHvph
de544a61b25fd36ae82ddfe09fa3a39da0da9811: Bug 1417796 - Make empty destructors implemented by 'default'. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 16 Nov 2017 13:46:54 +0800 - rev 392165
Push
32915 by aciure@mozilla.com at Fri, 17 Nov 2017 09:57:26 +0000
Bug 1417796 - Make empty destructors implemented by 'default'. r=mtseng
Fix warning: use '= default' to define a trivial destructor
I added #include "nsDocShell.h" because I got an error "incomplete type
'nsDocShell' used in nested name specifier." After that, some files like
nsCanvasFrame.cpp fails to compile because they include
AccessibleCaretEventHub.h. Hence the moz.build changes.
MozReview-Commit-ID: BYZx7txvkSn
f10aa9d47c5e7b784375091a023d493e3e022d0e: Bug 1411238 - Make OMTA queries work with layers-free webrender. r=mtseng
Kartikaya Gupta <kgupta@mozilla.com> - Wed, 25 Oct 2017 11:14:41 -0400 - rev 388276
Push
32746 by acraciun@mozilla.com at Thu, 26 Oct 2017 09:19:46 +0000
Bug 1411238 - Make OMTA queries work with layers-free webrender. r=mtseng
MozReview-Commit-ID: Jq57GtjNO3E
1ef55e0ab7300be515244574ef70c2607e94d2f1: Bug 1374482 Part 2 - Remove x and y parameters from _test_minimum_select_one_character(). r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Mon, 16 Oct 2017 18:12:32 +0800 - rev 386515
Push
32694 by archaeopteryx@coole-files.de at Tue, 17 Oct 2017 09:43:13 +0000
Bug 1374482 Part 2 - Remove x and y parameters from _test_minimum_select_one_character(). r=mtseng
They are not needed due to Part 1.
MozReview-Commit-ID: DMPnidVgbOI
2495b6f2d15e0f7b44850163a32614d07dffee76: Bug 1374482 Part 1 - Simplify focus changing tests for caret selection mode. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Mon, 16 Oct 2017 17:58:41 +0800 - rev 386514
Push
32694 by archaeopteryx@coole-files.de at Tue, 17 Oct 2017 09:43:13 +0000
Bug 1374482 Part 1 - Simplify focus changing tests for caret selection mode. r=mtseng
It uses _test_minimum_select_one_character() to ensure the carets appear,
but the complexity of that test is high. To make the test more stable, I
make it test select a word after changing the focus.
MozReview-Commit-ID: Jml82EpQxNm
04b28fc1254775fa4cbcc49a264fb86283bbb306: Bug 1407635 - Slightly increase fuzz again for test when webrender is enabled. r=mtseng
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 16 Oct 2017 08:44:09 -0400 - rev 386495
Push
32694 by archaeopteryx@coole-files.de at Tue, 17 Oct 2017 09:43:13 +0000
Bug 1407635 - Slightly increase fuzz again for test when webrender is enabled. r=mtseng
MozReview-Commit-ID: 6TB7Pb5UQDB
db7617f6bfa0ca8dd6f3c776c636113c6a46ec66: Bug 1348976 - let OffscreenCanvas::TransferToImageBitmap report its error. r=mtseng, r=ehsan
Lee Salzman <lsalzman@mozilla.com> - Thu, 12 Oct 2017 14:14:54 -0400 - rev 386008
Push
32673 by archaeopteryx@coole-files.de at Fri, 13 Oct 2017 09:13:17 +0000
Bug 1348976 - let OffscreenCanvas::TransferToImageBitmap report its error. r=mtseng, r=ehsan
MozReview-Commit-ID: 8x5i4ukIWe5
11a0ae70fb8a06eccf37d104583c07e81f48933a: Bug 1399204 - Update test_long_press_to_select_when_partial_visible_word_is_selected(). r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 12 Oct 2017 16:41:48 +0800 - rev 385985
Push
32672 by archaeopteryx@coole-files.de at Fri, 13 Oct 2017 09:00:05 +0000
Bug 1399204 - Update test_long_press_to_select_when_partial_visible_word_is_selected(). r=mtseng
This test fails to test what it designed to test because the <input> is not
narrow enough to let 'b's overflow.
I added an <input> that have a fixed size to ensure 'B's overflows, and
remove the first long press on the first word.
MozReview-Commit-ID: 83zBj4yBXVk
cc0c99d812fd1cb33e13450a1d025d1f7d69e244: Bug 1404854 Part 3 - Fix page cannot be scrolled automatically when dragging caret. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 06 Oct 2017 15:54:23 +0800 - rev 385429
Push
32655 by archaeopteryx@coole-files.de at Wed, 11 Oct 2017 09:38:36 +0000
Bug 1404854 Part 3 - Fix page cannot be scrolled automatically when dragging caret. r=mtseng
The issue is: when we hit some failure conditions in DragCaretInternal()
such as the frame is not selectable, or no frame is under the point, etc.,
we'll early return so that the auto scroll code is not being executed.
The logic in StartSelectionAutoScrollTimer() is similar to how
nsFrame::HandleDrag() handles the auto scrolling.
MozReview-Commit-ID: FtXZ8BWp3BX
d5fc6f59adce85c9f0e60fda16a03219540c85e3: Bug 1404854 Part 2 - Move adding mOffsetYToCaretLogicalPosition into DragCaretInternal(). r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 06 Oct 2017 17:39:56 +0800 - rev 385428
Push
32655 by archaeopteryx@coole-files.de at Wed, 11 Oct 2017 09:38:36 +0000
Bug 1404854 Part 2 - Move adding mOffsetYToCaretLogicalPosition into DragCaretInternal(). r=mtseng
MozReview-Commit-ID: 1hKB7V4JSZo
1e5e53f0cfa87604766058f51d2c82057edad5da: Bug 1404854 Part 1 - Move null pointers checking from DragCaretInternal() to DragCaret(). r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 06 Oct 2017 15:45:32 +0800 - rev 385427
Push
32655 by archaeopteryx@coole-files.de at Wed, 11 Oct 2017 09:38:36 +0000
Bug 1404854 Part 1 - Move null pointers checking from DragCaretInternal() to DragCaret(). r=mtseng
We don't need to check GetFrameSelection() because valid GetSelection()
implies valid GetFrameSelection().
MozReview-Commit-ID: 9WH7HxN27yF
89b55ff2f0cac60df81dd5a0a6d8c4ba4d118229: Bug 1393836 - Enable advanced table layers by default with WebRender. r=mtseng
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 25 Aug 2017 15:06:06 -0400 - rev 377236
Push
32405 by kwierso@gmail.com at Tue, 29 Aug 2017 00:39:06 +0000
Bug 1393836 - Enable advanced table layers by default with WebRender. r=mtseng
MozReview-Commit-ID: 3urG2CInsoI
41041c91f1e101074d28d6abd5bca10f35c8409d: Bug 1393836 - Remove unneeded doubling of border thickness. r=mtseng
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 25 Aug 2017 15:06:06 -0400 - rev 377235
Push
32405 by kwierso@gmail.com at Tue, 29 Aug 2017 00:39:06 +0000
Bug 1393836 - Remove unneeded doubling of border thickness. r=mtseng
MozReview-Commit-ID: 7ZczsYj2oDm
224998af578cf22464e822eda0ad128ec264e196: Bug 1392502 - Fix 2d/3d transform check in StackingContextHelper. r=mtseng
Ethan Lin <ethlin@mozilla.com> - Tue, 22 Aug 2017 14:40:39 +0800 - rev 376094
Push
32375 by kwierso@gmail.com at Tue, 22 Aug 2017 22:40:30 +0000
Bug 1392502 - Fix 2d/3d transform check in StackingContextHelper. r=mtseng
MozReview-Commit-ID: DYY7wBWrrlv
15bf2faef2926041fb53e1a41085d1dee45d8ed5: Bug 1389433 - Fix the offset of the fallback image for layers-free. r=mtseng
Ethan Lin <ethlin@mozilla.com> - Mon, 14 Aug 2017 16:10:21 +0800 - rev 374948
Push
32343 by cbook@mozilla.com at Wed, 16 Aug 2017 09:20:56 +0000
Bug 1389433 - Fix the offset of the fallback image for layers-free. r=mtseng
Originally we use the nsDisplayItem::ToReferenceFrame() to get the offset. But the
function doesn't consider some style effects. We should take the top-left corner
of the display item bounds as the offset.
MozReview-Commit-ID: LiPcA0vjoD7
8fe037e8da67f3b0d403a198cd24ef3ec3914b69: Bug 1390401 - Fix typo of ENABLE_WR_RENDERING to ENABLE_WR_RECORDING. r=mtseng
vincentliu <vliu@mozilla.com> - Tue, 15 Aug 2017 15:40:55 +0800 - rev 374842
Push
32340 by kwierso@gmail.com at Wed, 16 Aug 2017 02:03:08 +0000
Bug 1390401 - Fix typo of ENABLE_WR_RENDERING to ENABLE_WR_RECORDING. r=mtseng
8fad085b6143987b80b0c3ddc5a5e2783bfa2c06: Bug 1388662 - Correct canvas transform in layers-free mode. r=mtseng
Ethan Lin <ethlin@mozilla.com> - Wed, 09 Aug 2017 16:54:24 +0800 - rev 374115
Push
32317 by kwierso@gmail.com at Fri, 11 Aug 2017 19:47:12 +0000
Bug 1388662 - Correct canvas transform in layers-free mode. r=mtseng
MozReview-Commit-ID: 5J0I1OTA6Ql
33765075ea48726242efdf2f0df7a7e1a2578d47: Bug 1370762 - Null check GetSelection() before calling Stringify(). r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 08 Jun 2017 12:49:05 +0800 - rev 362909
Push
31988 by cbook@mozilla.com at Thu, 08 Jun 2017 12:43:02 +0000
Bug 1370762 - Null check GetSelection() before calling Stringify(). r=mtseng
MozReview-Commit-ID: 9sNaXwzbqUw
51a406c6f598a5a0087081722cf01fbeaf1b73ff: Bug 1355590 - Fix WrClipRegion/WrRect mismatch in a couple of Rust FFI functions. r=mtseng
Kartikaya Gupta <kgupta@mozilla.com> - Tue, 11 Apr 2017 22:17:02 -0400 - rev 352784
Push
31651 by kwierso@gmail.com at Thu, 13 Apr 2017 17:42:52 +0000
Bug 1355590 - Fix WrClipRegion/WrRect mismatch in a couple of Rust FFI functions. r=mtseng
MozReview-Commit-ID: 4gUyk4cRTAo
9687165d5721ed8b80c767056c90575857b72d6b: Bug 1352143: Check for a failed texture creation. r=mtseng
Milan Sreckovic <milan@mozilla.com> - Thu, 30 Mar 2017 16:57:12 -0400 - rev 351171
Push
31603 by cbook@mozilla.com at Wed, 05 Apr 2017 12:30:29 +0000
Bug 1352143: Check for a failed texture creation. r=mtseng
MozReview-Commit-ID: 6g2VK6feXfc
62ab4dd84f7e4bfb837b190b8eba1c16e669eec4: Bug 1273045 Part 2 - Update carets when scrolling in subframes without APZ. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Tue, 14 Mar 2017 17:50:03 +0800 - rev 347640
Push
31501 by cbook@mozilla.com at Wed, 15 Mar 2017 12:01:05 +0000
Bug 1273045 Part 2 - Update carets when scrolling in subframes without APZ. r=mtseng
Override OnScrollPositionChanged() in ScrollState because we want to update
carets during scrolling in subframes without APZ.
Due to the observation in
bug 1273045 comment 8, we do not distinguish
PositionChangedResult::NotChanged and PositionChangedResult::Changed.
Instead, we always update caret even if its position is not changed.
To avoid excessive CaretStateChangedEvents are dispatched in
OnScrollPositionChanged(), we add IsScrollStarted to distinguish whether
OnScrollStart() is called or not.
MozReview-Commit-ID: KNi9Mct4dSk
ae9270e125777b2b6ac675f9d3e511db72eee6ba: Bug 1273045 Part 1 - Convert UpdateCaretsHint to use EnumSet. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Tue, 14 Mar 2017 15:25:16 +0800 - rev 347639
Push
31501 by cbook@mozilla.com at Wed, 15 Mar 2017 12:01:05 +0000
Bug 1273045 Part 1 - Convert UpdateCaretsHint to use EnumSet. r=mtseng
Part 2 is going to add a new hint which will use with RespectOldAppearance.
Hence this patch.
Remove #include "mozilla/WeakPtr.h" and "nsWeakReference.h" because they're
not used in the header.
MozReview-Commit-ID: KiNv0M0v8iO
cc38781741fc63cfefe57170db9825a1d3296d72: Bug 1343851 - Add nullptr check for SurfaceFactory in StartVRPresentation. r=mtseng
vincentliu <vliu@mozilla.com> - Fri, 10 Mar 2017 09:30:49 +0800 - rev 346911
Push
31481 by cbook@mozilla.com at Fri, 10 Mar 2017 10:38:29 +0000
Bug 1343851 - Add nullptr check for SurfaceFactory in StartVRPresentation. r=mtseng
d02a07d3ca63d8d1800f2e60fea1405b90355e76: Bug 1341588 Part 3 - Extend phone number selection only if it is already a phone number. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Tue, 07 Mar 2017 17:21:26 +0800 - rev 346410
Push
31467 by cbook@mozilla.com at Wed, 08 Mar 2017 13:18:20 +0000
Bug 1341588 Part 3 - Extend phone number selection only if it is already a phone number. r=mtseng
MozReview-Commit-ID: D25xl0oAD4o
fd3d0dcb5add1faccfc2d59f95a78d0676c25c6f: Bug 1341588 Part 2 - Add StringifiedSelection() to simplify code. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Tue, 07 Mar 2017 17:09:39 +0800 - rev 346409
Push
31467 by cbook@mozilla.com at Wed, 08 Mar 2017 13:18:20 +0000
Bug 1341588 Part 2 - Add StringifiedSelection() to simplify code. r=mtseng
MozReview-Commit-ID: 1tRG8WY13ok
7ed8a0f35be98c344baee1ddc3887f82dba40574: Bug 1341588 Part 1 - Add spaces to the static comments for aesthetic reason. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Tue, 07 Mar 2017 16:19:31 +0800 - rev 346408
Push
31467 by cbook@mozilla.com at Wed, 08 Mar 2017 13:18:20 +0000
Bug 1341588 Part 1 - Add spaces to the static comments for aesthetic reason. r=mtseng
MozReview-Commit-ID: IMZQ1v2KsI0
da077f0a94ce2b6c7b81818e68b0e80ce8a86de8: Bug 1338445 - Restrict whitespace match in phone number regex for AccessibleCaret. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 17 Feb 2017 22:38:08 +0800 - rev 343749
Push
31387 by cbook@mozilla.com at Mon, 20 Feb 2017 13:03:57 +0000
Bug 1338445 - Restrict whitespace match in phone number regex for AccessibleCaret. r=mtseng
In phoneRegex, replace '\\s ' (matching a whitespace character) with ' '
since phone number won't contain something like new line or tab.
Also, consider it done if selected text is not changed after calling
Modify().
MozReview-Commit-ID: 2lB9w2gYCOD
fe7a3aa276667da3aea1427f05ec888ddbfc6475: Bug 1339797 - Fix select-all events fired by touch incorrectly hide the carets. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 17 Feb 2017 14:08:48 +0800 - rev 343487
Push
31381 by kwierso@gmail.com at Fri, 17 Feb 2017 20:45:51 +0000
Bug 1339797 - Fix select-all events fired by touch incorrectly hide the carets. r=mtseng
sHideCaretsForMouseInput is default to true on all platforms. When clicking
"SELECT ALL" on Fennec toolbar in <input>, AccessibleCaretManager will
receive SELECTALL_REASON with MOZ_SOURCE_TOUCH.
We should hide the carets only if the select-all reason is fired by
keyboard, not by touch.
MozReview-Commit-ID: D7FYIH5ZGS0
7feeeaab822195747104be54522b42f8430649b7: Bug 1336388 - Use overlapping tilt mechanism in always tilt mode. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Wed, 08 Feb 2017 15:51:28 +0800 - rev 341368
Push
31331 by kwierso@gmail.com at Wed, 08 Feb 2017 23:48:12 +0000
Bug 1336388 - Use overlapping tilt mechanism in always tilt mode. r=mtseng
MozReview-Commit-ID: LwWnAbHiTBH
9a103b890855e4abbe1472d985240bd54edbe947: Bug 1325511 - Mark as used sooner. r=mtseng
Milan Sreckovic <milan@mozilla.com> - Mon, 06 Feb 2017 19:30:54 -0500 - rev 341081
Push
31324 by cbook@mozilla.com at Tue, 07 Feb 2017 13:09:05 +0000
Bug 1325511 - Mark as used sooner. r=mtseng
8c4afac0dcbad4a3ed5694e8df0d4171a5d8c148: Bug 1332211 - fix build break because of unified build, r=mtseng
peter chang <pchang@mozilla.com> - Fri, 03 Feb 2017 13:29:42 +0800 - rev 340923
Push
31321 by kwierso@gmail.com at Tue, 07 Feb 2017 01:37:59 +0000
Bug 1332211 - fix build break because of unified build, r=mtseng
MozReview-Commit-ID: BbfRKxoAZqe
6b721c404ceccf1a97026afe0ea8f76e438cb053: Bug 1324924 - Support ImageBitmap for Tex*Image*. (flattened) - r=bz,daoshengmu,mtseng
Jeff Gilbert <jgilbert@mozilla.com> - Tue, 20 Dec 2016 14:59:51 -0800 - rev 326771
Push
31111 by cbook@mozilla.com at Wed, 21 Dec 2016 15:57:24 +0000
Bug 1324924 - Support ImageBitmap for Tex*Image*. (flattened) - r=bz,daoshengmu,mtseng
MozReview-Commit-ID: JzcbzeFHyHn
476845a2cafb42d02a5215fe63187c0638548edf: Bug 1320073 - Rename marionette-client to marionette-harness and release version 4.0.0. r=gps,maja_zf,mtseng,SingingTree
Henrik Skupin <mail@hskupin.info> - Mon, 12 Dec 2016 13:05:34 +0100 - rev 325665
Push
31069 by cbook@mozilla.com at Tue, 13 Dec 2016 14:53:36 +0000
Bug 1320073 - Rename marionette-client to marionette-harness and release version 4.0.0. r=gps,maja_zf,mtseng,SingingTree
MozReview-Commit-ID: L6V3b5h8RWm
f454587a52b4e3eb8b72ccd7b007b4ecb2794c49: Bug 1321491 Part 2 - Improve document for "layout.accessiblecaret.enabled". r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 01 Dec 2016 16:38:55 +0800 - rev 324890
Push
31022 by kwierso@gmail.com at Thu, 01 Dec 2016 23:07:35 +0000
Bug 1321491 Part 2 - Improve document for "layout.accessiblecaret.enabled". r=mtseng
MozReview-Commit-ID: JtLMoqERVvU
68ee087eb530ab254cbaf48e3b59eeea96030267: Bug 1321491 Part 1 - Remove unnecessary "layout.accessiblecaret.enabled" for Fennec. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Thu, 01 Dec 2016 15:50:26 +0800 - rev 324889
Push
31022 by kwierso@gmail.com at Thu, 01 Dec 2016 23:07:35 +0000
Bug 1321491 Part 1 - Remove unnecessary "layout.accessiblecaret.enabled" for Fennec. r=mtseng
Fennec has touch support, so enabling
"layout.accessiblecaret.enabled_on_touch" in all.js is sufficient.
MozReview-Commit-ID: 4Aa3g5eqt2F
079ee7b41c3a5c33e1608c01ebaf17751f41d5f9: Bug 1156160 - Update carets when document becomes visible. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Fri, 25 Nov 2016 17:51:40 +0800 - rev 324864
Push
31020 by ryanvm@gmail.com at Thu, 01 Dec 2016 14:33:10 +0000
Bug 1156160 - Update carets when document becomes visible. r=mtseng
When the user switches back to a tab which has the selection highlight on
the document, call UpdateCarets() to bring the carets back.
MozReview-Commit-ID: LxNoNRl4FHZ
edfe5715c0a3c3f213349e8e045692428f3dbfeb: Bug 1312148 - report memory allocation while creating ImageBitmap; r=mtseng,smaug
Kaku Kuo <kaku@mozilla.com> - Fri, 28 Oct 2016 18:18:48 +0800 - rev 323616
Push
30980 by cbook@mozilla.com at Tue, 22 Nov 2016 14:47:06 +0000
Bug 1312148 - report memory allocation while creating ImageBitmap; r=mtseng,smaug
Creating ImageBitmap from the following sources includes allocating new memory:
(1) from ImageData.
(2) from Blob.
(3) from HTMLCanvasElement.
(4) from CanvasRenderingContext2D.
(5) from Structured-clone.
(6) from Transferring.
(7) from OffscreenCanvas.
(8) from ArrayBuffer/TypedArray.
We need to report to DOM so that the GC would be triggered appropriately.
MozReview-Commit-ID: 7rvNsjVNqpz
b04c5c12b2009fb0d32887aeaad68cd048ec3992: Bug 1316486 - BindRenderbuffer should return invalid operation with a deleted render buffer input, r=mtseng
peter chang <pchang@mozilla.com> - Thu, 10 Nov 2016 11:41:09 +0800 - rev 321875
Push
30936 by cbook@mozilla.com at Thu, 10 Nov 2016 15:58:19 +0000
Bug 1316486 - BindRenderbuffer should return invalid operation with a deleted render buffer input, r=mtseng
MozReview-Commit-ID: Gu976wWy352
b737f14975c2a83bf6c3753528641e0f51745778: Bug 1316040 - Change target to non-target in test_caret_not_appear_when_typing_in_scrollable_content. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Wed, 09 Nov 2016 14:14:53 +0800 - rev 321851
Push
30936 by cbook@mozilla.com at Thu, 10 Nov 2016 15:58:19 +0000
Bug 1316040 - Change target to non-target in test_caret_not_appear_when_typing_in_scrollable_content. r=mtseng
In this test, we assume the caret does not appear at the end of the input.
However in this case, self.actions.flick() will select all text within the
input, and then send_keys() will replace it with '!'. As a result, the final
content might varies on different platforms. Test the final content match
tho target_content might not be reliable.
To fix this, we instead assert that final content does *not* match the
non_target_content as the bug occurs.
MozReview-Commit-ID: 2YRN8W3PUXG
4b1de4471e4b0f472c0b5c523b3f64cbd15ff30c: Bug 1314505 - Execute ErrorInvalidOperation if IsLinked() returns false. r=mtseng
vincentliu <vliu@mozilla.com> - Mon, 07 Nov 2016 11:53:25 +0800 - rev 321372
Push
30926 by kwierso@gmail.com at Mon, 07 Nov 2016 22:02:19 +0000
Bug 1314505 - Execute ErrorInvalidOperation if IsLinked() returns false. r=mtseng
bd64f2ee2d83416063756383053225cd0004be3f: Bug 1313584 - Add complete parameters handling for SamplerParameterX to cover test need. r=mtseng
vincentliu <vliu@mozilla.com> - Mon, 07 Nov 2016 10:22:31 +0800 - rev 321366
Push
30926 by kwierso@gmail.com at Mon, 07 Nov 2016 22:02:19 +0000
Bug 1313584 - Add complete parameters handling for SamplerParameterX to cover test need. r=mtseng
021cef553eceb8a10f3ac65bef55becc831231ef: Bug 1312148 - report memory allocation while creating ImageBitmap; r=mtseng,smaug
Kaku Kuo <kaku@mozilla.com> - Fri, 28 Oct 2016 18:18:48 +0800 - rev 320472
Push
30901 by kwierso@gmail.com at Thu, 03 Nov 2016 00:16:45 +0000
Bug 1312148 - report memory allocation while creating ImageBitmap; r=mtseng,smaug
Creating ImageBitmap from the following sources includes allocating new memory:
(1) from ImageData.
(2) from Blob.
(3) from HTMLCanvasElement.
(4) from CanvasRenderingContext2D.
(5) from Structured-clone.
(6) from Transferring.
(7) from OffscreenCanvas.
(8) from ArrayBuffer/TypedArray.
We need to report to DOM so that the GC would be triggered appropriately.
MozReview-Commit-ID: 7rvNsjVNqpz
9d162f236562f4ff038e095ce1af5d31eb578f52: Bug 1307257: Check for getColorAttachment returning null before using it. r=jgilbert,mtseng
Milan Sreckovic <milan@mozilla.com> - Mon, 03 Oct 2016 17:36:27 -0400 - rev 316755
Push
30782 by philringnalda@gmail.com at Fri, 07 Oct 2016 02:57:23 +0000
Bug 1307257: Check for getColorAttachment returning null before using it. r=jgilbert,mtseng
MozReview-Commit-ID: C1C4RCKhjfH
800c4a33c285930094b42787ba6ab02a757347e8: Bug 1305378 - Check texture is valid before creating a render target, r=mattwoodrow,mtseng
peter chang <pchang@mozilla.com> - Fri, 30 Sep 2016 17:35:35 +0800 - rev 316641
Push
30778 by cbook@mozilla.com at Thu, 06 Oct 2016 09:56:14 +0000
Bug 1305378 - Check texture is valid before creating a render target, r=mattwoodrow,mtseng
MozReview-Commit-ID: L4ruAMEDN9z
b27a34720a752030be59e3fb2c84cc846d6d0b05: Bug 1307027 - Fix vertical position for caret images. r=mtseng
Ting-Yu Lin <tlin@mozilla.com> - Mon, 03 Oct 2016 15:26:40 +0800 - rev 316382
Push
30770 by kwierso@gmail.com at Wed, 05 Oct 2016 00:00:48 +0000
Bug 1307027 - Fix vertical position for caret images. r=mtseng
After the splitting of text overlay and the caret images, the caret image should
be placed from the top of #image div.
Delete those "top" style for Fennec since they're not needed anymore in current
setup.
MozReview-Commit-ID: Dn6jgqaFfek