Commit Graph

3247 Commits

Author SHA1 Message Date
Lucas Rocha
576737466b Bug 778489 - Keep title and favicon when entering reader mode (r=mfinkle) 2012-09-11 18:51:44 +01:00
Lucas Rocha
e94e2f877c Bug 778489 - Don't show progress when entering about:reader (r=mfinkle) 2012-09-11 18:51:44 +01:00
Lucas Rocha
50882023e0 Bug 778489 - Use ReaderModeUtils to create about:reader urls (r=mfinkle) 2012-09-11 18:51:43 +01:00
Kartikaya Gupta
cbbe098780 Bug 788379 - Cancel the tap highlight if a touch event block is prevent-defaulted. r=wesj 2012-09-11 13:36:32 -04:00
Chelsea Carr
561d780991 Bug 786604 - Name the observe() function in AboutReader (r=jaws) 2012-09-10 11:34:46 -04:00
Michael Anderson
025e8865ff Bug 786603 - Misc coding style fixes in Readability.js (r=lucasr) 2012-09-10 12:21:34 -04:00
Phil Ringnalda
2254d48838 Backout 38052fd23aec, 910406b62ebc, 7b15c079564c, d7c1d26f8bc9 (bug 716575) for probable reftest and certain talos bustage on Android 2012-09-10 20:57:31 -07:00
Matt Brubeck
2cbfd0954f Bug 716575 (3/4) - Move viewport pixel ratio calculations into the platform [r=dbaron,jwir3,mfinkle,roc] 2012-08-22 13:18:10 -07:00
Matt Brubeck
3369e19fca Bug 716575 (2/4) - Make Fennec use the platform GetViewportInfo code [r=mfinkle] 2012-08-22 13:17:22 -07:00
Ryan VanderMeulen
2604e19914 Merge m-c to inbound. 2012-09-10 20:08:20 -04:00
David Anderson
c479c4064d Use --disable-ion on all ARM and B2G builds (bug 789373, r=aki). 2012-09-10 16:14:07 -07:00
Lucas Rocha
da7b980841 Bug 788526 - Call setScrollPositionClampingScrollPortSize from the updateViewportSize code. r=cwiiis 2012-09-10 18:31:39 -04:00
Ben Hearsum
d2fa07baf2 bug 789373: use the new --disable-ion flag for specific b2g-related builds. r=aki 2012-09-10 17:06:48 -04:00
Ryan VanderMeulen
b5f3bac446 Merge m-c to inbound. 2012-09-10 18:31:33 -04:00
Chris Peterson
7d31c29958 Bug 785536 - Add PluginHost->GetPref() so platform decoders can query about:config prefs. r=doublec 2012-08-24 14:20:39 -07:00
James Willcox
168a5a1fc7 Bug 789964 - Always use Android install wizard for updates r=mfinkle 2012-09-10 13:51:35 -04:00
James Willcox
d320a82781 Bug 789791 - Use contents of update.locale file in update URL on Android r=mfinkle 2012-09-10 13:51:18 -04:00
Lucas Rocha
fb28269164 Bug 768268 - Add "Open in Reader" menu item to be shown on reading list items (r=mfinkle) 2012-09-10 18:24:38 +01:00
Lucas Rocha
beae36983b Bug 768268 - Move getReaderMode() method to AwesomeBar (r=mfinkle) 2012-09-10 18:24:26 +01:00
Lucas Rocha
20808f751a Bug 768268 - Always open original page in awesomebar search (r=mfinkle) 2012-09-10 18:24:26 +01:00
Lucas Rocha
960e6b24b2 Bug 768268 - Never show duplicate URLs in awesomebar results (r=margaret) 2012-09-10 18:24:25 +01:00
Kartikaya Gupta
40d29da276 Bug 770912 - Take out log lines that print out URLs and other sensitive information. r=mfinkle 2012-09-08 21:40:58 -04:00
Kartikaya Gupta
b92779dad7 Bug 780975 - Remove window parameter for anyElementFromPoint and elementFromPoint. r=mfinkle 2012-09-08 02:40:08 -04:00
Margaret Leibovic
94cadc6da8 Bug 774209 - Don't make DoorHangerPopup focusable when it's not showing. r=sriram 2012-09-08 07:31:54 +02:00
Lucas Rocha
025b586868 Bug 786073 - Don't animate lock icon when switching or restoring tabs (r=mfinkle) 2012-09-07 20:11:42 +01:00
Nicholas Nethercote
9b5d4fba56 Backout 52abdd1fbcc8 (bug 780442) due to lack of appropriate review. 2012-09-06 23:42:12 -07:00
Ryan VanderMeulen
adfd0d30c9 Backout 512b664f8092 (bug 788105) due to robocop orange. 2012-09-06 20:44:12 -04:00
Sriram Ramasubramanian
567d265cb2 Bug 788105: Missing R in awesomebar directory. [r=cpeterson]
--HG--
extra : rebase_source : f404efc75992f9dc1c5930ba21e04df69a62f278
2012-09-06 12:22:21 -07:00
Brad Lassey
a04db1cff8 bug 788666 - Multiple APK: Each APK must not exactly match the configuration support of another APK r=mbrubeck 2012-09-05 23:00:07 -04:00
Lucas Rocha
4683090a74 Bug 785992 - Sanitize parsed reader mode article when viewing (r=mfinkle) 2012-09-06 19:37:41 +01:00
Kartikaya Gupta
1633a55ae4 Bug 760229 - Factor out a fillRectCoordBuffer function. r=Cwiiis 2012-09-06 14:34:38 -04:00
Kartikaya Gupta
0d58f1cd31 Bug 760229 - Cache some transient objects in ScrollbarLayer to reduce GC stress during composition. r=Cwiiis 2012-09-06 14:34:08 -04:00
Kartikaya Gupta
2542e6270d Bug 760229 - Cache some transient objects in SingleTileLayer to reduce GC stress during composition. r=Cwiiis 2012-09-06 14:33:44 -04:00
Chris Peterson
01932747b4 Bug 769894 - Part 3: Skip some unnecessary conditional code when creating PromptService's AlertDialog. r=mfinkle 2012-09-04 15:10:43 -07:00
Chris Peterson
bb6838ce10 Bug 769894 - Part 2: Assert that PromptService's AlertDialog is called back on the UI thread. r=mfinkle 2012-09-04 14:43:38 -07:00
Brian Nicholson
b47cdd2b58 Bug 788609 - Check for about: URIs in isMarketPlace(). r=mfinkle 2012-09-06 11:04:55 -07:00
Lucas Rocha
cfcd20a62f Bug 788119 - Don't even parse home pages in Reader's worker thread (r=mfinkle) 2012-09-06 18:55:24 +01:00
Mark Capella
125624e71b Bug 774500 - Make about:support Page more mobile-friendly, r=margaret
Remove Hidden Reset-Box for better title display / rendering
             Set width for "Copy to clipboard" button
             Remove unused Profile Folder / Show Folder Button table entry
             Enlarge Basic Text for Readability
2012-09-05 23:33:46 -04:00
Mark Capella
588cef7350 Bug 759820 - Get rid of prompt service fallback in LoginManagerPrompter.js, r=margaret 2012-09-05 23:33:29 -04:00
Mark Capella
90a24d6fba Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret 2012-09-05 23:33:07 -04:00
Ryan VanderMeulen
74b163955e Merge m-c to inbound. 2012-09-05 21:09:23 -04:00
Chris Peterson
c581789bda Backout b9ad5793fbba (Bug 769520 Part 1) a=lsblakk 2012-09-05 15:01:03 -07:00
Chris Peterson
bb518d7ed1 Backout ad4fd5dcc088 (Bug 769520 Part 2) a=lsblakk 2012-09-05 16:24:28 -07:00
Chris Peterson
d8b33dba0f Bug 769894 - Part 1: Create PromptService's AlertDialog on the UI thread. r=mfinkle 2012-09-04 12:33:07 -07:00
Chris Peterson
dc46820a34 Bug 782096 - Catch unexpected NullPointerException from InputMethodManagerService. r=snorp 2012-08-29 17:19:32 -07:00
Sriram Ramasubramanian
916da33f22 Bug 785246: Make custom button inherit ShapedButton. [r=mfinkle]
--HG--
extra : rebase_source : 3cb4344c42d323b7c42af2d7529726781ba23e00
2012-09-05 14:53:54 -07:00
Ryan VanderMeulen
9dbc069e42 Merge the last PGO-green inbound changeset to m-c. 2012-09-04 21:45:09 -04:00
Brian Nicholson
75bf2eff96 Bug 784386 - Fix comment for Array.join() string concatenation. r=me 2012-09-04 11:24:52 -07:00
James Willcox
5272b630d6 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
08f0dea767 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