Commit Graph

815 Commits

Author SHA1 Message Date
Brian Nicholson
e8acdeee9b Bug 784386 - Part 4: Replace innerHTML call for <div> to <p> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
12eef69706 Bug 784386 - Part 3: Replace innerHTML call for <br><p> to <p> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
af56b71c48 Bug 784386 - Part 2: Replace innerHTML call for <font> to <span> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
d9491183ca Bug 784386 - Part 1: Replace string concatenations with Array.join(). r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
0af27cae76 Bug 786623 - Use mobile UA for YouTube on tablets. r=mfinkle 2012-08-31 15:36:37 -07:00
Brian Nicholson
229b4ff2de Bug 786842 - Fix replaceBrs() typo for checking whitespace. r=lucasr 2012-08-31 15:33:01 -07:00
Matt Brubeck
2e1a8c6da4 Bug 786062 - Remove unused PanZoom:PanZoom observer [r=kats] 2012-08-31 13:28:29 -07:00
James Willcox
464b9cc6a5 Bug 786380 - Implement new Java-based updater for Android r=cpeterson,mfinkle
--HG--
extra : rebase_source : c7e5cd8228bf226f7e15e5653f8fe6f16e64273e
2012-08-31 09:31:29 -04:00
Brian Nicholson
1d40b77b9b Bug 787597 - Don't do a reader parse for pages with > 3000 elements. r=lucasr f=mfinkle 2012-09-04 10:51:22 -07:00
Brian Nicholson
8561527962 Bug 787570 - Fix relative URLs in reader mode. r=lucasr 2012-09-04 10:50:03 -07:00
Mark Finkle
353bf55f8f Backout e1c78a682928, talos bustage 2012-08-31 11:46:44 -04:00
Lucas Rocha
5a9838791f Bug 787078 - Fix back behavior for Reader (r=mfinkle) 2012-08-31 16:36:38 +01:00
Lucas Rocha
0678b5879a Bug 787236 - Correctly remove "pagehide" listener for ErrorPageEventHandler (r=mfinkle) 2012-08-31 16:36:38 +01:00
Lucas Rocha
2a29cb9531 Bug 787236 - Correctly remove "pagehide" listener when exiting Reader (r=mfinkle) 2012-08-31 16:36:37 +01:00
Lucas Rocha
19383322f5 Bug 787078 - Backout 43dd8252f52d 2012-08-31 15:18:19 +01:00
James Willcox
4bf23f013d Bug 786380 - Implement new Java-based updater for Android r=cpeterson,mfinkle
--HG--
extra : rebase_source : 167db7e145d5e0cfa8c74e6e85570c6096538f64
2012-08-31 09:31:29 -04:00
Lucas Rocha
7760ee34e3 Bug 787078 - Load Reader UI on pageshow instead of DOMContentLoaded (r=mfinkle) 2012-08-30 16:28:39 +01:00
Matt Brubeck
9b7c0a801d Bug 769857 - Delay showing tap highlight on initial touchstart. r=mbrubeck 2012-08-29 08:51:33 -07:00
Lucas Rocha
ce35a55e9a Bug 778582 (r=mfinkle) 2012-08-29 14:46:03 +01:00
Lucas Rocha
7f277e09c2 Bug 778582 (r=mfinkle) 2012-08-28 16:17:02 +01:00
Lucas Rocha
c69b0bb371 Bug 778582 (r=mfinkle) 2012-08-28 16:17:02 +01:00
Margaret Leibovic
989331d766 Bug 785485 - No way to clear "Open this page with an app" permissions granted from doorhanger notifications. r=mcomella 2012-08-27 17:50:32 -07:00
Kartikaya Gupta
694bd42280 Bug 785520 - Scroll contenteditable elements into view when focused. r=Cwiiis 2012-08-27 20:36:39 -04:00
Michael Comella
8096d37d90 Bug 775773 - Add "Copy Image Location" context menu item to long press. r=wesj 2012-08-27 19:34:30 -04:00
Margaret Leibovic
c8694baa6d Bug 774479 - Create about:feedback page, and show it to users after the app has been launched 10 times. r=mfinkle 2012-08-26 21:33:11 -07:00
Yury
f71d14e548 Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz 2012-08-25 17:18:44 -04:00
Lucas Rocha
90a1f17343 Bug 777562 - Pass the right node to have styles cleaned after parsing (r=mfinkle) 2012-08-25 11:27:27 +01:00
Lucas Rocha
1814838e00 Bug 785343 - Don't convert DIV to P when it only contains a SELECT node (r=mfinkle) 2012-08-25 11:27:27 +01:00
Lucas Rocha
2be189d784 Bug 774914/785145 - Convert divs with only a <p> element child into plain <p> elements (r=mfinkle) 2012-08-25 11:27:27 +01:00
Lucas Rocha
19a391a60a Bug 774914 - Ensure newNode is orphan before replacing a node in JSDOMParser (r=mfinkle) 2012-08-25 11:27:27 +01:00
Benjamin Smedberg
b8603666c1 Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html

CLOSED TREE
2012-08-24 13:08:15 -04:00
Yury
b3e51b2f82 Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz 2012-08-24 16:18:16 -04:00
Benjamin Smedberg
583084b3a2 Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html

--HG--
extra : rebase_source : e000988677d466b4796c5b2a51968f586743e6db
2012-08-24 13:08:15 -04:00
Yury
51f5276dad Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret sr=joshmoz
--HG--
extra : rebase_source : f9b13bbda1318dbdaa71b04b3e04736655e65081
2012-08-23 17:11:51 -04:00
Brian Nicholson
0cbe968328 Bug 778582 - Part 4. r=lucasr 2012-08-23 00:06:17 -07:00
Brian Nicholson
302278a66b Bug 778582 - Part 3. r=mfinkle 2012-08-23 00:06:17 -07:00
Brian Nicholson
494946f03c Bug 778582 - Part 2. r=lucasr f=mfinkle 2012-08-23 00:06:17 -07:00
Brian Nicholson
ce560dd86b Bug 778582 - Part 1. r=lucasr 2012-08-23 00:06:17 -07:00
Wes Johnston
0fb054b1cf backout c0bf8f743419 CLOSED TREE 2012-08-23 13:05:54 -07:00
Wes Johnston
c5bb1ccf28 Bug 784759 - Move database creation to after first page load. r=mfinkle 2012-08-23 09:19:27 -07:00
Lucas Rocha
f0a02069f1 Bug 784682 - Penalize nodes with "hidden" class or id in Readability.js (r=bnicholson) 2012-08-23 17:08:13 +01:00
Lucas Rocha
878412f921 Bug 784680 - Remove utility nodes from Wordpress blog posts (r=bnicholson) 2012-08-23 17:08:13 +01:00
Lucas Rocha
5cdd82816f Bug 784674 - Better byline fetching in Readability (r=bnicholson) 2012-08-23 17:08:13 +01:00
Lucas Rocha
c0782ab16c Bug 782285 - Don't offer reader in pages with too much reading competition (r=mfinkle)
* * *
blo
2012-08-23 17:08:13 +01:00
Ed Morley
a5affa5b78 Backout 254a6ae6cf2a, 63f9b653db9d, 73f018c8fbea, be2dc5ca1acb (bug 778582) for native R3 failures 2012-08-23 10:29:48 +01:00
Brian Nicholson
e6aaa1c0ba Bug 778582 - Part 4: Miscellaneous about:reader fixes. r=lucasr 2012-08-23 00:06:17 -07:00
Brian Nicholson
1057ccb12d Bug 778582 - Part 3: Automatically resize reader frame with contents. r=mfinkle 2012-08-23 00:06:17 -07:00
Brian Nicholson
deba23a00c Bug 778582 - Part 2: Split about:reader stylesheet for each frame. r=lucasr f=mfinkle 2012-08-23 00:06:17 -07:00
Brian Nicholson
dafa809f2a Bug 778582 - Part 1: Split about:reader into privileged and unprivileged frames. r=lucasr 2012-08-23 00:06:17 -07:00
Wes Johnston
4b221efab8 Bug 781844 - Use consistent page titles on about pages. r=mfinkle 2012-08-22 08:41:24 -07:00
Jared Wein
893d9d4fbb Backed out changeset c29869656f46 due to wrong bug number. 2012-08-22 16:54:35 -07:00
Michael Comella
6ce85d6ab5 Bug 784472 - Long press on text selection should show context menus again. r=wesj 2012-08-22 19:52:54 -04:00
Michael Comella
0d575ea7c8 Bug 744662 - Sharing an email address no longer copies "mailto:". r=mfinkle 2012-08-22 19:52:53 -04:00
Michael Comella
89e6961e3c Bug 776064 - Make long press "tel:" link context menu behavior more consistent. r=mfinkle 2012-08-22 19:52:53 -04:00
Wes Johnston
a5c7378bd7 Bug 653813 - Use consistent page titles on about pages. r=mfinkle 2012-08-22 08:41:24 -07:00
Lucas Rocha
73cf7a9061 Bug 784683 - Don't create temporary H1 element for title (r=mfinkle) 2012-08-22 18:17:45 +01:00
Brian Nicholson
e2162c2f9b Bug 784126 - Fix JSDOMParser textContent setter. r=lucasr 2012-08-22 10:15:46 -07:00
Matt Brubeck
c7c849e122 Bug 784612 - Remove old XUL content autoScale hack from meta viewport code [r=mfinkle,jwir3]
--HG--
extra : rebase_source : 005f0489eb035c3acc43d7fa2e689d5ff27ffa45
2012-08-22 09:42:24 -07:00
Wes Johnston
8f6c8a1230 Bug 741621 - Marketplace app should open for market urls. r=mfinkle 2012-08-22 08:37:14 -07:00
Doug Sherk
b018fea56e Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc 2012-08-21 21:37:15 -07:00
Wes Johnston
55e2571dd1 backout c5961842578e CLOSED TREE 2012-08-21 13:39:39 -07:00
Wes Johnston
67f380bd76 Bug 741621 - Allow opening market links in the market webapp. r=mfinkle 2012-08-20 14:35:44 -07:00
Kartikaya Gupta
b9b7acae3d Bug 783208 - Force a zoom out on double-tap if we're already zoomed in to the maximum allowed zoom. r=wesj 2012-08-21 12:44:37 -04:00
Lucas Rocha
fae99395af Bug 784050 - Put back code to remove style tags in Readability.js (r=bnicholson) 2012-08-20 20:49:28 +01:00
Brian Nicholson
9daa90c9bb Bug 782421 - Use parsed result for reader articles. r=lucasr 2012-08-14 17:29:40 -04:00
Lucas Rocha
15cd44dea9 Bug 784055 - Remove all code dealing with offsetWidth in Readability.js (r=bnicholson) 2012-08-20 18:05:37 +01:00
Lucas Rocha
33543c4e60 Bug 784050 - No need to remove stylesheets and style tags in Readability.js (r=bnicholson) 2012-08-20 18:05:37 +01:00
Lucas Rocha
32c5a66e4b Bug 782348 - Fetch byline info from articles to show on Reader (r=bnicholson) 2012-08-20 14:06:58 +01:00
Mark Finkle
8ec85a12c3 Bug 781169 - Tweak aboutApps strings r=wesj 2012-08-20 00:15:08 -04:00
Lucas Rocha
c7f6fcbf8b Bug 766948 - Implement new Reader style (r=mfinkle) 2012-08-17 17:38:58 -04:00
Brian Nicholson
89952c976e Bug 783601 - Remove extra textContent reference from getInnerText(). r=lucasr 2012-08-17 14:42:48 -04:00
Michael Comella
6b8be84a91 Bug 777450 - Part 2: Long pressing a Flash video no longer activates text selection. r=wesj 2012-08-16 17:35:20 -04:00
Michael Comella
3afbb3b83b Bug 777450 - Part 1: Clean up general context menu code. r=wesj 2012-08-16 17:35:20 -04:00
Lucas Rocha
8f376aefe1 Bug 781865 - Ignore DOMContentLoaded events from iframes in Reader (r=mfinkle) 2012-08-14 15:51:11 -04:00
Lucas Rocha
77977009ab Bug 782480 - Clear parentNode reference when removing a child in JSDOMParser (r=bnicholson) 2012-08-14 15:51:11 -04:00
Margaret Leibovic
aa1e55716f Bug 780906 - Add context menu items to start text selection in input fields. r=wesj 2012-08-14 10:28:14 -04:00
Brian Nicholson
8a0f97517b Bug 779796 - Part 6: Remove article generator function in Readability.js. r=lucasr 2012-08-09 23:30:46 -07:00
Brian Nicholson
0fcd703aa0 Bug 779796 - Part 5: Move Readability parsing to a web worker. r=lucasr 2012-08-09 23:30:46 -07:00
Brian Nicholson
f735862343 Bug 779796 - Part 4: Remove XPCOM-related code from Readability.js. r=lucasr,mfinkle 2012-08-09 23:30:46 -07:00
Brian Nicholson
b463f615fe Bug 779796 - Part 3: Update Readability.js to be compatible with JSDOMParser. r=lucasr 2012-08-09 23:30:46 -07:00
Brian Nicholson
d301a7ba86 Bug 779796 - Part 2: Replace Reader checks with full parses. r=lucasr 2012-08-09 23:30:46 -07:00
Brian Nicholson
3e99e30953 Bug 779796 - Part 1: Implement JSDOMParser. r=lucasr,mfinkle 2012-08-09 23:30:46 -07:00
Chris Peterson
1753f534be Bug 780191 - Commit composition string before sending autocomplete text event. r=blassey 2012-07-11 17:29:33 -07:00
Wes Johnston
648c7e9553 Bug 779490 - Remove code to handle UTF8 App names. r=mfinkle 2012-08-09 12:54:35 -07:00
Brian Nicholson
ea471bee74 Bug 780713 - Disable reader mode logging by default. r=lucasr 2012-08-09 10:53:44 -07:00
Brian Nicholson
f2413a84fc Bug 777966 - Replace regex <br> matching with replaceBrs(). r=lucasr
--HG--
extra : rebase_source : 0cbe7d9788e551ea1412cb014f92cd5b7b038093
2012-08-06 10:54:24 -07:00
Mark Finkle
909cb96224 Bug 781091 - aboutCertError.xhtml XML Parsing Error r=margaret 2012-08-09 09:35:57 -04:00
Brian Nicholson
812aa3599e Bug 779089 - Add proper Apache 2 header to Readability.js. r=gerv 2012-08-08 13:13:10 -07:00
Wes Johnston
dd41a3ded5 Bug 776677 - Show a toast when we receive webapp install errors. r=mfinkle 2012-08-08 12:35:15 -07:00
Wes Johnston
3da599b9d2 Bug 776600 - Allow passing some default prefs from the manfiest to the webapp. r=mfinkle 2012-08-08 12:35:15 -07:00
Margaret Leibovic
9eb4b7cf5e Bug 778263 - Clean up SelectionHandler data when we bail in startSelection. r=mfinkle 2012-08-07 11:20:11 -07:00
Kartikaya Gupta
0910e8da48 Bug 779920 - Fix mismatch between window and coordinates passed to anyElementFromPoint. r=wesj 2012-08-07 16:00:14 -04:00
Kartikaya Gupta
9150424cd4 Bug 771575 - Remove unused function. r=mbrubeck 2012-08-07 15:47:02 -04:00
Kartikaya Gupta
cdb90a6b76 Bug 771757 - Set the browser size without triggering a reflow when meta-viewport elements are received before the first paint. r=mbrubeck 2012-08-07 15:43:17 -04:00
Kartikaya Gupta
4969cda12e Bug 778257 - Fix javascript warning because of function returning inconsistent types. r=margaret 2012-08-07 13:30:45 -04:00
Wes Johnston
aef90a0e14 Bug 766392 - Style about:apps to match other about pages. r=mfinkle 2012-08-07 09:49:30 -07:00
Lucas Rocha
ba1ca0ca89 Bug 766942 - Stop prograpation on clicks in toolbar buttons (r=mfinkle) 2012-08-07 15:23:21 +01:00
Lucas Rocha
781cbdefe1 Bug 766942 - Implement new reader toolbar (r=mfinkle) 2012-08-07 15:23:21 +01:00
Wes Johnston
1b48f2f87d Bug 769821 - Save app cache at install time for webapps. r=mfinkle,fabrice 2012-08-06 09:30:12 -07:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00