Commit Graph

107 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Aryeh Gregor
fd7d844ea6 Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug
They are non-standard aliases for "DragEvent" and "KeyboardEvent" that
are not supported by any other UA, and we would like to drop support.
So first let's stop using them ourselves, so we can use telemetry to see
if any sites are using them.

MozReview-Commit-ID: ICC33ORa2st
2016-08-31 20:38:50 +03:00
Mike de Boer
6894be27a5 Bug 1279695 - update the position of ranges that are inside fixed, sticky positioned container nodes or frameset or iframe at each repaint or scroll. r=jaws
MozReview-Commit-ID: J8YK1s2kArq
2016-08-25 20:11:46 +02:00
Mike de Boer
7e1c629660 Bug 1294392 - consolidate the highlight and counter timers into one iterator timer. r=jaws
This introduces a new NLP (Natural Language Processing) module with only one
method: 'levenstein'. We're using it to allow the highlighter to keep running
when the it starts the iterator with a word that's one edit distance behind the
value in the findField.

MozReview-Commit-ID: K8oeiXoiLUe
2016-08-25 20:11:44 +02:00
Mike de Boer
c9a9a89a4c Bug 1282070 - repaint the modal highlight mask when the page resizes or changes size due to added/ removed content. r=jaws
MozReview-Commit-ID: 1j0C0BUfT8r
2016-08-19 17:18:41 +02:00
Bob Owen
6aa927d85d Bug 1259601: Add content process sandbox level to about:support sandboxing information. r=jld, r=mossop
MozReview-Commit-ID: HFRiEbkEztp
2016-08-16 07:40:43 +01:00
Jared Wein
e8b20b6db5 Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00
Mike de Boer
1269be4829 Bug 1279684 - make sure that toggling 'Highlight All' also hides the found occurrences from the mask. r=jaws
MozReview-Commit-ID: 2AmSwNgE1if
2016-07-27 16:37:26 +02:00
Matthew Gregan
f47ad8a984 Bug 1288980 - Add libcubeb backend to about:support. r=felipc 2016-07-26 10:50:14 +12:00
Jeff Gilbert
c131e80298 Bug 1285661 - Add WebGL2 to about:support. - r=jrmuizel 2016-07-11 13:06:56 -07:00
Mike de Boer
f07fed4373 Bug 1279717 - disable browser_FinderHighlighter.js mochitest on linux due to frequent intermittents. r=test-only
MozReview-Commit-ID: EjhMo42XBk4
2016-06-23 12:54:36 +02:00
Mike de Boer
25acabfa98 Bug 1279717 - inverse the mask to use a white background on pages with bright text color. r=jaws
MozReview-Commit-ID: D2UFsOfMJln
2016-06-22 19:22:07 +02:00
Mike de Boer
338074a243 Bug 1279742 - render the highlighter mask using plain HTML and CSS, instead of an SVG document. This improves performance and solves various layouting issues. r=jaws 2016-06-16 10:38:30 +01:00
Mike de Boer
37a166d7dd Bug 384458 - part 5: add unit test coverage for the findbar modal highlight feature. r=jaws 2016-06-09 13:30:51 +02:00
Wes Kocher
6a8a703003 Backed out 6 changesets (bug 384458) for frequent browser_FinderHighlighter.js failures
Backed out changeset ded915ec401f (bug 384458)
Backed out changeset 63ec66da50fa (bug 384458)
Backed out changeset ae71396d3be0 (bug 384458)
Backed out changeset 3b025cbfbe3c (bug 384458)
Backed out changeset 091c5465acf7 (bug 384458)
Backed out changeset 5eabde153def (bug 384458)
2016-06-08 14:53:57 -07:00
Mike de Boer
9d2b4b6431 Bug 384458 - part 5: add unit test coverage for the findbar modal highlight feature. r=jaws 2016-06-08 19:54:12 +02:00
Chris Peterson
bc88d073ed Bug 1259335 - Part 2: Remove deprecated navigator.battery API and tests. r=baku 2016-06-06 23:10:44 -07:00
David Anderson
bd9ee90b61 Add buttons to about:support for reseting driver crash guards. (bug 1270894 part 2, r=milan) 2016-05-10 11:49:38 -07:00
Sebastian Hengst
ff6cde213b Bug 1260522 - Don't try to show the OS architecture in about:support. r=adw
MozReview-Commit-ID: 4Qz2mRnjDhs
2016-04-28 22:57:25 +02:00
David Anderson
4f40213101 Add gfxConfig to about:support. (bug 1254899 part 12, r=milan) 2016-04-28 21:52:56 -07:00
Dave Townsend
769fc8f245 Bug 1257246: Update toolkit for eslint 2. r=Gijs
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: KHYdAkRvhVr
2016-04-05 11:33:48 -07:00
Blake Kaplan
044aeb6502 Bug 1174036 - Handle dynamically-removed textareas gracefully. r=mikedeboer r=ehsan
Also, flush layout when starting a find in order to avoid racing with
textarea-hiding notifications and maintain JS type correctness when objects
are passed over IPC.
2016-03-28 11:12:31 -07:00
Gijs Kruitbosch
35b017762e Bug 1252855 - allow setting a specific list of prefs from the content process, r=mrbkap,margaret,haik
MozReview-Commit-ID: DihkBXqlLQl
2016-03-13 13:10:16 +00:00
Marcos Caceres
0489edf24c Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku 2016-03-16 18:07:00 -04:00
Mike de Boer
c4df8b7188 Bug 1241930: Part 6 - convert all assertion methods used inside content tasks to the Assert.* family in toolkit tests. r=mconley 2016-03-04 14:32:34 +01:00
Giorgio Maone
b21e727227 Bug 1163862 - Switch to HTTP observer + support requestId & data: URIs + test fixes r=billm
MozReview-Commit-ID: 30nEXQpWEHg
2016-02-26 19:08:32 +01:00
Phil Ringnalda
d4818c82ca Back out 8ae0fba61023 (bug 1163862) for Win7 e10s test_ext_webrequest.html bustage 2016-02-25 20:41:40 -08:00
Giorgio Maone
a690c97982 Bug 1163862 - Switch to HTTP observer where possible + support requestId & data: URIs r=billm
MozReview-Commit-ID: EBRWBgGPqyD
2016-02-24 00:21:42 +01:00
Vince Tieu
087013859a Bug 524757 - "Add architecture and operating system to about:support". r=adw 2016-02-09 15:57:00 +01:00
Dave Townsend
a215a4a95a Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
Dave Townsend
2e4b5d2078 Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe 2016-02-03 13:12:18 -08:00
Felipe Gomes
bc267fdca6 Bug 1241959 - Follow-up, update test with the expected object schema. r=test-fix on a CLOSED TREE 2016-01-22 19:40:06 -02:00
Neil Deakin
1c52441e85 Bug 1234828, re-enable browser_Finder.js in e10s, r=mikedeboer 2016-01-19 09:29:38 -05:00
Mike Conley
2f93a53dee Bug 1233803 - Register RemoteWebNavigation as a standard js-implemented XPCOM component. r=felipe
This allows us to add shims to the implementation for add-ons.
2016-01-12 16:44:08 -05:00
Dave Townsend
8dc7f59eb3 Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8 2015-11-30 13:05:00 -08:00
Bill McCloskey
771643dd4e Bug 1215197: Implements onBeforeRedirect by using a channel event sink (r=billm) 2015-12-30 13:34:45 -08:00
Mike Conley
314d80c7ce Bug 1220929 - Add test for RemotePage's portsForBrowser. r=Mossop 2015-11-05 10:43:09 -05:00
Carsten "Tomcat" Book
036e6d2fa3 Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5 Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)
2015-10-07 12:13:45 +02:00