Commit Graph

1716 Commits

Author SHA1 Message Date
Kirk Steuber
2c1ac87580 Bug 1206133 - Add popuppositioning state and popuppositioned event to improve arrow panel position handling. r=enndeakin
MozReview-Commit-ID: Dh1npORCQ6J
2016-08-16 15:33:05 -07:00
Carsten "Tomcat" Book
63402ac422 merge mozilla-inbound to mozilla-central a=merge 2016-09-29 11:44:58 +02:00
Tomislav Jovanovic
32a487cd24 bug 1293355 - add fromCache to onResponseStarted details, r=kmag
MozReview-Commit-ID: GO0a8s8D2oT
2016-09-21 21:57:15 +02:00
Eric Rahm
4862f97588 Bug 1299608 - Handle if the task iterator is a dead wrapper in Task.jsm. r=Yoric 2016-09-28 14:24:25 -07:00
Carsten "Tomcat" Book
d3896c257f merge mozilla-inbound to mozilla-central a=merge 2016-09-28 15:56:33 +02:00
Dale Harvey
5c3d1cfe93 Bug 1267495 - Fallback to local config for fresh GMP installs. r=mconley, r=rhelmer, feedback=ksteuber 2016-09-27 11:57:41 +01:00
Carsten "Tomcat" Book
e918ed3190 Merge mozilla-central to fx-team 2016-09-27 11:27:05 +02:00
Mike de Boer
4799106a3d Bug 1279695 - increase the framerate to allow for quicker position updates of the rectangles in the dimmed highlighting region of the findbar. r=jaws
MozReview-Commit-ID: AwczWwGzrgR
2016-09-23 15:53:55 +02:00
Carsten "Tomcat" Book
2db5a1e1dc Merge mozilla-central to mozilla-inbound 2016-09-27 11:26:17 +02:00
Gijs Kruitbosch
a5f81387b8 Bug 1284395, r=bz,mconley,baku
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Sebastian Hengst
8951837e34 Backed out changeset 464d8056f9de (bug 1303874) for failing mochitest-chrome-3 test_bug263683.xul on Linux. r=backout 2016-09-23 18:43:19 +02:00
Mike de Boer
6cebcd66a2 Bug 1302534 - track ranges inside elements that have overflow set to 'auto' or 'scroll' and make sure they repaint each time it's scrolled on the dimmed highlighting layer. r=jaws
MozReview-Commit-ID: KCrSgam3ntT
2016-09-23 15:43:55 +02:00
Mike de Boer
c05eb2b506 Bug 1303874 - clear the dictionary for the current find window only upon restart of the iterator, not each reset. r=jaws
MozReview-Commit-ID: Cq9bI5XEp1y
2016-09-22 10:52:22 +02:00
Mike de Boer
9c68887007 Bug 1302035 - implement an algorithm to better detect whether a page is dark or bright and use that to toggle the dimming mode of the find toolbar. r=jaws
MozReview-Commit-ID: 2yJsHfivEBO
2016-09-23 15:35:14 +02:00
Mike de Boer
716d0144e8 Bug 1302170 - use the newly added setCutoutRectsForElement API for AnonymousContent to optimize rectangle cutouts rendering speed when using findbar dimmed, modal highlighting mode. r=jaws,mstange
MozReview-Commit-ID: Im0yvzDM8nm
2016-09-23 12:39:42 +02:00
Kris Maglione
bad292d78c Bug 1304331: Support setting the Content-Type header from WebRequest observers. r=mao
MozReview-Commit-ID: 93joPUweJ2x
2016-09-21 14:17:24 +01:00
Mike de Boer
bb6dcdd2a2 Bug 1305420 - don't include the topmost windows' scroll-position for iframes, or else it will be counted twice. r=jaws
MozReview-Commit-ID: He9Jxtm5nPt
2016-09-27 14:14:57 +02:00
Mike de Boer
805a22093c Bug 1303874 - clear the dictionary for the current find window only upon restart of the iterator, not each reset. r=jaws
MozReview-Commit-ID: Gp2rnr5z12n
2016-09-26 16:07:53 +02:00
Dale Harvey
cb2d30438b Bug 1309463 - Fix check for supported EME platforms. r=mconley 2016-10-20 21:17:50 +01:00
Mike de Boer
afc28d0a90 Bug 1301941 - hide the dimmed modal highlight of the find toolbar when the last character is removed from the input field. r=jaws
MozReview-Commit-ID: 5I4ggpJ5xQx
2016-09-16 11:10:51 +02:00
Wes Kocher
fa2daddb65 Merge m-c to inbound, a=merge 2016-09-16 14:35:12 -07:00
Wes Kocher
d9833673a4 Merge fx-team to central, a=merge 2016-09-16 13:57:38 -07:00
Mike de Boer
9c9a2fee62 Bug 1298435 - make sure the modal highlight outline is always inserted in the top-most window. r=jaws
MozReview-Commit-ID: IGMQCLbDmG8
2016-09-16 10:33:52 +02:00
Markus Stange
74354cf094 Bug 1302556 - Remove the workaround from FinderHighlighter.jsm. r=mikedeboer
MozReview-Commit-ID: hRErA7mmz3
2016-09-13 18:21:46 -04:00
Mike de Boer
382eed2a4c Bug 1279708 - update the geometry of all ranges upon the next dimmed mask repaint in the case of a 'findAgain' update, because the page may have scrolled. r=jaws
MozReview-Commit-ID: 24yJELk5amc
2016-09-15 16:49:19 +02:00
Mike de Boer
94e15875ac Bug 1279707 - when the location changes, we need to be more thorough in clearing the state variables than we are now to make sure we start fresh in new documents. r=jaws
MozReview-Commit-ID: KkeSKt7XVAc
2016-09-15 17:11:18 +02:00
Mike de Boer
bd6db882c8 Bug 1302522 - remove CSS properties that slow down scrolling with find toolbar dimming enabled and listen to a singular scroll event. r=mstange
MozReview-Commit-ID: EuFMJNTNRC0
2016-09-16 12:05:00 +02:00
Gijs Kruitbosch
0ba06a31e9 Bug 1285041 - ignore locking when trying to read chrome DB file, r=mak
MozReview-Commit-ID: 89f0YCxxgC8
2016-07-18 16:46:45 +01:00
Phil Ringnalda
e4a4d66121 Backed out changeset ef7939c0332e (bug 1285041) for failures in test_storage_connection.js
CLOSED TREE
2016-09-15 20:04:30 -07:00
Gijs Kruitbosch
d04ad775fc Bug 1285041 - ignore locking when trying to read chrome DB file, r=mak
MozReview-Commit-ID: 89f0YCxxgC8
2016-07-18 16:46:45 +01:00
Mike de Boer
fa3a313de8 Bug 1302011 - if we keep referencing window, currWin will always remain the same, thus never reaching window.top to stop the while-loop. r=Gijs
MozReview-Commit-ID: EOeo16dxaVy
2016-09-15 13:03:02 +02:00
Mike de Boer
fa992fe815 Bug 1302178 - fix ESlint error in browser_FinderHighlighter.js. r=me, a=tomcat
MozReview-Commit-ID: FhNkbzenRAp
2016-09-15 11:34:27 +02:00
Mike de Boer
32c5cc103c Bug 1282752 - support find terms that span multiple lines whilst using modal highlighting in the find toolbar. r=jaws
MozReview-Commit-ID: Jzaqbi945za
2016-09-14 23:31:26 +02:00
Mike de Boer
6bffea2cd5 Bug 1302178 - fix a regression that made the modal highlight not disappear between page navigations. r=jaws
MozReview-Commit-ID: KIrOvR8Pdps
2016-09-13 16:42:12 +02:00
Mike de Boer
2cc238988e Bug 1300869 - don't allow whitespace wrapping in find toolbar modal highlighting boxes. r=jaws
MozReview-Commit-ID: BBGViJgsGOF
2016-09-13 14:57:19 +02:00
Ryan VanderMeulen
9176b1ffd5 Merge m-c to autoland. a=merge 2016-09-13 20:46:39 -04:00
Mike de Boer
df28acbc8c Bug 1300824 - skip cutting out the current found range from the mask so it won't show when you backspace in the findbar input field. r=jaws
MozReview-Commit-ID: 4vcHbHD0z31
2016-09-13 11:32:15 +02:00
Mike de Boer
7d5305d1be Bug 1283042 - add a test for highlighting XML documents; needed to fix up highlightFinished notifications. r=jaws
MozReview-Commit-ID: HKw51diGOBm
2016-09-12 18:46:18 +02:00
Nicolas Silva
19e7150083 Bug 1298085 - Update test browser_Troubleshoot.js to recognize the indices field from gfx logging. r=mchang 2016-09-13 16:00:27 +02:00
Mike de Boer
8212cac102 Bug 1283042 - make sure we are able to render the DOM elements of the modal highlighter when using the find toolbar on XML documents. r=jaws
MozReview-Commit-ID: 15HAGO6DDBD
2016-09-09 14:13:23 +02:00
Carsten "Tomcat" Book
0a2cd5ef84 merge mozilla-inbound to mozilla-central a=merge 2016-09-09 12:02:43 +02:00
Kris Maglione
4785d22520 Bug 1301246: Allow processes to break away from their job. r=mhowell
MozReview-Commit-ID: IFyK7HkQP35
2016-09-08 12:26:13 -07:00
Jared Wein
52f6fed9ea Bug 1300827 - The find-in-page selections that are not selected should have the same border-radius that the selected item has. r=mikedeboer
MozReview-Commit-ID: KOQyHoH2kqd
2016-09-07 13:52:56 -04:00
Mike de Boer
74534c899b Bug 1290914 - use inline styles for the modal highlighting anonymous content nodes to dramatically improve performance when find in page is used on large documents. r=jaws
MozReview-Commit-ID: CveTWi2xlvF
2016-09-08 22:38:57 +02:00
Mike de Boer
06dc0c6d3b Bug 1290914 - move the matches count and highlight-all request from the findbar binding to the JS module in the content process, so it's closer to the metal. r=jaws
MozReview-Commit-ID: INYobXmrVj5
2016-09-08 22:38:55 +02:00
Georg Fritzsche
bb370248d2 Bug 1301313 - Bonus: Fix list formatting in AsyncShutdown documentation. r=dexter 2016-09-09 00:43:25 +07:00
Sebastian Hengst
d170bc2acd Backed out changeset 7158434e674a (bug 1290914) 2016-09-07 18:37:24 +02:00
Sebastian Hengst
d64bb32884 Backed out changeset e6f59b598c17 (bug 1290914) 2016-09-07 18:37:20 +02:00
Carsten "Tomcat" Book
b95ddfd9ff Merge mozilla-central to autoland 2016-09-07 17:26:11 +02:00
Mike de Boer
f8c9873c25 Bug 1290914 - use inline styles for the modal highlighting anonymous content nodes to dramatically improve performance when find in page is used on large documents. r=jaws
MozReview-Commit-ID: 3mw0gfn0w4p
2016-09-07 12:03:47 +02:00