Commit Graph

1031 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
62842481cf Bug 806929: "Open in new private tab" for context-menus. [r=mfinkle]
--HG--
extra : rebase_source : 6bda80df74dabec5a8b6a853f3d2691eab4a56b2
2012-11-16 13:20:33 -08:00
Kartikaya Gupta
8964c1b83c Bug 820546 - Reduce the number of files that are preprocessed while building fennec. r=mfinkle 2012-12-12 10:10:50 -05:00
Wes Johnston
3c3dbccdaf Bug 816875 - Add a "Show Controls" option to video elements. r=mfinkle 2012-12-11 09:52:31 -08:00
Theo Chevalier
79bd0ec1bf Bug 737600 - When telemetry is disabled in the pref pane, we should update toolkit.telemetry.rejected. r=bnicholson 2012-12-10 23:25:54 +01:00
Theo Chevalier
11d6ad24c7 Bug 725987 - Create Telemetry (opt-out) notification for Nightly and Aurora (mobile). r=bnicholson 2012-12-10 23:25:52 +01:00
Theo Chevalier
00667966ca Bug 737596 - Enable Telemetry by default on Nightly and Aurora channels (mobile). r=bnicholson 2012-12-10 23:25:50 +01:00
Sriram Ramasubramanian
eba610ebc1 Bug 800453: Add MenuItem attributes for add-on submenus. [r=mfinkle]
--HG--
extra : rebase_source : 0f12b5296b72faa14652da9ad2a4ffb013b91f23
2012-10-29 16:29:55 -07:00
Greg Roodt
963d5254ad Bug 813946 - Disable zoom if minScale and maxScale are equal. r=kats 2012-12-03 20:26:15 -05:00
Kartikaya Gupta
2616ecd25f Bug 817027 - Fix JS warning about lruTab not being defined. r=mfinkle 2012-11-30 14:20:42 -05:00
Chris Lord
b989ece776 Bug 814864 - Respect layers.low-precision-buffer in Fennec browser.js. r=kats
When layers.low-precision-buffer is false, just set the display port and not
the critical display port.
2012-11-29 13:08:41 +00:00
Mark Finkle
c0167614d7 Backout 87d836ed8e2a, 90ef95622f5e, bf8f4b151716 for test failures 2012-11-28 21:55:02 -05:00
Sriram Ramasubramanian
efd44f3464 Bug 809028: Lightweight theme is not disabled in about:addons. [r=mfinkle]
--HG--
extra : rebase_source : 91f2d6a62becc0baf15b88aed002e0e10e8b7630
2012-11-19 11:53:12 -08:00
Sriram Ramasubramanian
f8b7e897a6 Bug 800453: NativeWindow's menu should have support for submenu. [r=mfinkle]
--HG--
extra : rebase_source : 589b8ea57f058df2d061ac1c46d619f262a19655
2012-10-26 13:39:25 -07:00
Sriram Ramasubramanian
473210cb5e Bug 806929: "Open in new private tab" for context-menus. [r=mfinkle]
--HG--
extra : rebase_source : e4070050b443d42505fab950c0d278e5c68eeed6
2012-11-16 13:20:33 -08:00
Mark Finkle
234ae7924a Bug 701785 - Missing html5 video/audio controls in context menu r=wesj 2012-11-27 21:27:24 -05:00
Brian Nicholson
f096a5742f Bug 810732 - Ensure that sessionstore-windows-restored is always dispatched. r=mfinkle 2012-11-27 16:35:20 -08:00
Ravisankar Sivasubramaniam
24ea37cef9 Bug 803078: Added code to hide the cursor if the windows change. r=margaret 2012-11-22 21:54:09 +05:30
Mark Capella
2240950d92 Bug 711772 - Create custom two-line checkable list item for site settings dialog, r=wesj
Based on Margarets original patch
2012-11-23 19:40:07 -05:00
Kartikaya Gupta
b497a7e7b1 Bug 792603 - Disable Fennec's reader mode entirely on low-memory platforms. r=lucasr 2012-11-22 11:15:17 -05:00
Kartikaya Gupta
41780ffd98 Bug 813204 - Don't send multiple hasTouchListener events for the same document. r=wesj 2012-11-21 15:15:40 -05:00
Chris Lord
beb61c6567 Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 22:34:19 +00:00
Ehsan Akhgari
f90938a237 Backed out 11 changesets (bug 783368) because of build bustage on a CLOSED TREE
Backed out changeset 2bc4310263c4 (bug 783368)
Backed out changeset a35c83a8d99d (bug 783368)
Backed out changeset afb9b2a661ba (bug 783368)
Backed out changeset 3926f510f9be (bug 783368)
Backed out changeset 9d1fe200ff87 (bug 783368)
Backed out changeset b6e4f88f5730 (bug 783368)
Backed out changeset bc53f7dba7c6 (bug 783368)
Backed out changeset 1948fa2fccc1 (bug 783368)
Backed out changeset 9af163388fd1 (bug 783368)
Backed out changeset 7a2256e1aa7c (bug 783368)
Backed out changeset 4da1958a9885 (bug 783368)
2012-11-21 14:57:02 -05:00
Chris Lord
f38c6a6a8c Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 19:16:52 +00:00
Kartikaya Gupta
be859975ce Bug 813640 - Split out the user event handlers into a separate function for clarity. r=jwir3 2012-11-20 13:32:22 -05:00
Kartikaya Gupta
abc33a43d4 Bug 813616 - Ensure the reflow-on-zoom pref change is picked up even while the content document is not visible. r=jwir3 2012-11-20 12:51:39 -05:00
David Keeler
d20ac91882 Bug 800018 - Part 3 - Move plugin fallback events handling entirely to the front-end (Fennec). r=margaret 2012-11-19 11:38:04 -08:00
C. Scott Ananian
1aca71ae40 Bug 805565 - Allow unlimited indexedDB and appcache for Android web apps. r=wjohnston 2012-10-25 15:44:21 -04:00
Brian Nicholson
e8daae879d Bug 811445 - Part 1: Use history_with_favicons view for Add Search Engine. r=mfinkle 2012-11-16 10:39:42 -08:00
Lucas Rocha
295c301620 Bug 802549 - Avoid showing dropdown while fading toolbar out (r=mfinkle) 2012-11-16 16:32:17 +00:00
Brian Nicholson
7286ac0a09 Bug 811559 - Fix form element loop for adding search engines. r=mfinkle 2012-11-15 00:00:23 -08:00
Josh Matthews
7d54e6176e Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer 2012-11-14 16:00:44 +00:00
Kartikaya Gupta
4c1429e727 Bug 811545 - Turn off reader mode logging. r=bnicholson 2012-11-13 16:54:42 -08:00
Tetsuharu OHZEKI
863324557a Bug 810794 - Enable to config 'network.cookie.cookieBehavior'. r=mleibovic 2012-11-13 18:58:49 -05:00
Wes Johnston
4a0c461ff2 Bug 810048 - Show filename as title for downloads. r=mleibovic 2012-11-12 09:38:34 -08:00
Brian Smith
5bd1df9e3f Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 20:49:29 -08:00
Brian Smith
a71cf40b82 backout cset b36d5c933092 due to orange 2012-11-10 19:09:07 -08:00
Brian Smith
3c7bd35add Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Wes Johnston
0b7f244300 Bug 757208 - Don't move mousepoints for zero width and height elements. r=mfinkle 2012-11-08 15:51:52 -08:00
Ehsan Akhgari
edb0ce50bd Bug 807316 - Import PrivateBrowsingUtils.jsm lazily on Android; r=bnicholson 2012-11-08 15:23:19 -05:00
Brian Nicholson
10048ee301 Bug 722661 - Prevent animation of restored OOM tabs. r=mfinkle 2012-11-07 18:34:54 -08:00
Kartikaya Gupta
90e4d7cebe Bug 808003 - Add a few telemetry probes to help tune tab zombification parameters. r=gcp, mfinkle 2012-11-07 10:00:48 -05:00
Kartikaya Gupta
ffa79262b0 Bug 808003 - Refactor the code to add telemetry probes in browser.js. r=gcp 2012-11-07 10:00:48 -05:00
Phil Ringnalda
625ee92aef Back out 0b25e27d0a35 (bug 784759) and 5266d6af1b81 (bug 786061) for bustage 2012-11-05 21:16:45 -08:00
Wes Johnston
fc7d1eb1a3 Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Ehsan Akhgari
927cc65d0b Backed out changeset 57d9fa15f3e1 (bug 784759) for Android build bustage 2012-11-05 21:37:03 -05:00
Wes Johnston
dd70f1e76a Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Wes Johnston
16397d8a59 Bug 807872 - Add telemetry probes for database seizes. r=gcp 2012-11-02 17:44:20 -07:00
Kartikaya Gupta
4622a2f0dc Bug 803575 - Enable preemptive tab zombification in low-memory conditions. r=mfinkle 2012-11-02 11:02:59 -04:00
pushkarsingh
a2217aa76c Bug 700678 - Exit full screen mode when the app goes into the background.r=margaret 2012-11-01 09:43:47 -07:00
Sriram Ramasubramanian
2bcdbbb4e6 Bug 783092: LightweightTheme support in browser.js for Fennec. [r=mfinkle] 2012-10-31 22:09:40 -07:00
Sriram Ramasubramanian
af1dfafcd4 Bug 779930: Reflect the images for RTL. [r=wesj, r=mfinkle]
--HG--
extra : rebase_source : 7f5dc4524f3f049c2031fa78f8c13469bffee649
2012-10-31 21:49:15 -07:00
Sriram Ramasubramanian
a982934db3 Bug 779930: RTL text handles don't flip over. [r=wesj, r=mfinkle]
--HG--
extra : rebase_source : acab202846e23d232749571be61862e317135cd8
2012-10-31 15:52:47 -07:00
Ed Morley
228a463f2e Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Sriram Ramasubramanian
ef6b2658c3 Bug 783092: LightweightTheme support in browser.js for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : 0b07e77f96cd932fa395337dc20ab5de7e02578e
2012-10-31 11:02:45 -07:00
Scott Johnson
8a3524974c Bug 792420: Make text unselectable in reader mode toolbar menu. [r=wesj,lucasr] 2012-10-31 11:13:27 -05:00
Brian Nicholson
3e2c564285 Bug 781259 - Move DoorHangerPopup code to UI thread. r=mfinkle 2012-10-30 10:31:29 -07:00
Kartikaya Gupta
f39df3a58e Bug 806473 - Update browser.js to use nsIMemoryInfoDumper instead of nsIMemoryReporterManager. r=jlebar 2012-10-29 20:41:14 -04:00
Brian Nicholson
cb554bb2d5 Bug 722661 - Part 4: Remove restoreMode command line argument. r=mfinkle 2012-10-29 16:34:29 -07:00
Brian Nicholson
0ffa45a57f Bug 722661 - Part 2: Stub tabs in Java when doing an OOM restore. r=mfinkle 2012-10-29 16:34:29 -07:00
Josh Matthews
fda5be2065 Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan 2012-06-30 07:50:07 -07:00
Josh Matthews
7fec23aef0 Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer 2012-10-29 16:20:03 -04:00
Kartikaya Gupta
e5bb7b2c92 Bug 805808 - Initialize _activeType to 0 instead of undefined. r=margaret 2012-10-27 14:08:36 -04:00
Santtu Lakkala
08825af4d5 Bug 802544: Skip plugin remember click-to-play checkbox for pages without host. r=margaret 2012-10-26 22:09:11 +03:00
Scott Johnson
2fa08081b0 Bug 799333: Make reflow-on-zoom reset after a double-tap to zoom out. [r=blassey] 2012-10-25 10:40:30 -05:00
Kartikaya Gupta
26d0b97a04 Bug 802640 - Extract a method for touchstart event handling. r=wesj 2012-10-23 17:51:22 -04:00
Kartikaya Gupta
b6fd3ee70a Bug 802640 - Break out a zoomToElement function from the DoubleTap handler. r=wesj 2012-10-23 17:51:22 -04:00
Mark Finkle
62c900808b Bug 801630 - random cleanup in exception.js r=bnicholson 2012-10-22 18:10:17 -04:00
Mark Finkle
d0659121ba Bug 801630 - exception.js makes use of the global Private Browsing service to make decisions r=ehsan 2012-10-22 18:10:16 -04:00
Kartikaya Gupta
b4b38446e4 Bug 792143 - Zombify the LRU tab when a new tab is opened, subject to the zombieTime pref. r=mfinkle 2012-10-19 11:47:26 -04:00
Kartikaya Gupta
5c48639a19 Bug 792143 - Add a field to track when tabs were last touched, so we can zombify tabs that haven't been seen in a while. r=mfinkle 2012-10-19 11:46:55 -04:00
Wes Johnston
23cee30ff1 backout a5dbfe84e178 and 1adde03021f9 2012-10-18 16:33:17 -07:00
Wes Johnston
d4a48c15cd Bug 708048 - Use highlight element for context menu title. r=kats 2012-10-18 15:02:37 -07:00
Wes Johnston
3a0a9110e9 Bug 788073 - Use platform touch fluffing on Android. r=kats 2012-10-18 15:00:33 -07:00
Mark Finkle
36935372c5 Bug 712772 - Need an option to vibrate on long-tap only r=wesj 2012-10-18 15:13:16 -04:00
Kartikaya Gupta
c2c4d3b7be Bug 799094 - Clip text selection handles by containing iframes. r=margaret 2012-10-18 13:41:40 -04:00
Kartikaya Gupta
f06b1a33bb Bug 799094 - Move text selection handles when scrolling a subdocument with a text selection. r=margaret 2012-10-18 13:41:24 -04:00
Brian Nicholson
1327a7e085 Bug 802881 - Use correct tab for getting background color. r=kats 2012-10-18 00:03:58 -07:00
Brian Nicholson
4a55193d26 Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle 2012-10-15 10:40:16 -07:00
Brian Nicholson
8876b0f36b Backout e7208eeb05da for Android failures
--HG--
extra : rebase_source : e5dcd6557448265a2c6f9cf7588792b6f5b4f045
2012-10-15 13:16:06 -07:00
Brian Nicholson
a70866d490 Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle 2012-10-15 10:40:16 -07:00
Mark Finkle
bb45a15a2e Bug 800373 - Change marketplace strings to 'Firefox Marketplace' r=wesj 2012-10-13 11:18:18 -04:00
Kartikaya Gupta
254b8b29cb Bug 799476 - Remove MemoryObserver dumping code in favour of using core gecko code. r=mfinkle 2012-10-13 08:54:50 -04:00
Brian Nicholson
f210058797 Bug 798280 - Follow-up for using PrivateBrowsingUtils. r=ehsan 2012-10-12 10:27:07 -07:00
Scott Johnson
0f97c43dc1 Bug 799194: Add an initial query of the reflow-on-zoom preference to preserve user's choice from previous session. [r=mfinkle] 2012-10-11 16:20:27 -05:00
Brian Nicholson
7b8f4a32f2 Bug 798280 - Pass privacy status to addDownload() in saveAsPDF. r=mfinkle 2012-10-11 13:59:34 -07:00
Kartikaya Gupta
c2345f3bda Bug 794479 - Add a NativeWindow API to load java code. r=mfinkle 2012-10-09 15:20:36 -04:00
Brian Nicholson
0c64f22d71 Bug 582244 - Part 1: Bare bones PB implementation. r=mfinkle 2012-10-09 11:26:33 -07:00
Brian Nicholson
f9407d1440 Bug 797075 - Part 2: Implement Java-side tab stubs. r=mfinkle
--HG--
extra : rebase_source : bccdcdc7ac08fa0ee5591fc102efbfccd90a6a6a
2012-10-05 14:53:44 -07:00
Brian Nicholson
9281f7f0c5 Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle
--HG--
extra : rebase_source : 05466908b2148224b2ff45c6eebd08bcf6dc5f18
2012-10-05 14:51:18 -07:00
Wes Johnston
d6c84a81dd Bug 799221 - Remove marketplace as an app. r=mfinkle 2012-10-09 10:38:30 -07:00
Brian Nicholson
65cae40cc3 Bug 799015 - Use correct syntax for findClass() in JNI. r=wesj 2012-10-08 10:23:27 -07:00
Brian Nicholson
bcdcda6e80 Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
e7a43971e6 Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
b381d876fe Backed out changesets c644dacaf9a9 and 454ec577c741 2012-10-05 16:36:15 -07:00
Mark Finkle
96c7b08cb1 Bug 784157 - Google Play Campaign Tracking: Better distribution pref handling, r=blassey r=bnicholson 2012-10-05 18:11:34 -04:00
Brian Nicholson
686d5dd8d6 Bug 797075 - Part 2: Implement Java-side tab stubs. r=mfinkle 2012-10-05 14:53:44 -07:00
Brian Nicholson
507bd64907 Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle 2012-10-05 14:51:18 -07:00
Scott Johnson
9ce3aa84f3 Bug 710298: Support reflow-on-zoom by limiting the max line box width after zooming in on mobile. [r=blassey] 2012-10-04 14:41:46 -05:00
Josh Matthews
a9c2289382 Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
44a8d6faa6 Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Josh Matthews
13630d0f8f Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Gian-Carlo Pascutto
d32782216a Bug 741808 - Enable SafeBrowsing on Fennec. For real. r=mfinkle 2012-10-04 16:23:34 +02:00
Josh Matthews
be721d5624 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Fabrice Desré
d782e1b6aa Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner] 2012-10-02 22:38:03 -07:00
Brian Nicholson
50477fa285 Backout 580f710a84e8, ecaff73e5a63 for rc failures 2012-10-02 13:12:17 -07:00
Brian Nicholson
29e297f18e Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
84f54b9036 Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Tim Taubert
c7fa6f36e0 merge m-c to fx-team 2012-10-02 09:59:18 +02:00
Julian Muenster
01dcaa7f00 Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused 2012-09-27 07:42:00 +12:00
Kartikaya Gupta
8bada94b03 Bug 784040 - Turn non-selected tabs into zombies when memory is running low. r=mfinkle 2012-09-27 12:29:47 -04:00
Kartikaya Gupta
9f629cd982 Bug 784040 - Add some missing listener unregistrations to the tab object. r=mfinkle 2012-09-27 12:29:47 -04:00
Kartikaya Gupta
8f4003b932 Bug 784040 - Port the XUL MemoryObserver class to Native Fennec and move the memory dump code into it. r=mfinkle 2012-09-27 12:29:47 -04:00
Aiishwarya Sivaraman
6c6ddc446a Bug 790438 - Assign names to anonymous functions in Download manager module aboutDownloads.js. r=margaret 2012-09-26 18:56:49 -04:00
Kartikaya Gupta
2288cec68e Bug 791338 - When scrolling editable fields into view, do a better job of handling fields inside frames. r=Cwiiis 2012-09-26 08:45:38 -04:00
Wes Johnston
86a811afdc Bug 793750 - Fix missing scope in launching marketplace. r=mfinkle 2012-09-25 09:10:43 -07:00
Sriram Ramasubramanian
6d60343269 Bug 793136: Crash on content type being null. [r=mfinkle] 2012-09-24 16:42:53 -07:00
Gian-Carlo Pascutto
f58aa0a7d7 Bug 741808 - Make using the URL classifier possible in Fennec. r=mfinkle 2012-09-24 22:34:27 +02:00
Brian Nicholson
9258a4c9fe Bug 781689 - Fix broken JS code for about:neterror checks. r=mfinkle 2012-09-24 13:16:50 -07:00
Sriram Ramasubramanian
51af209e69 Bug 652168: Add thumb for input box. [r=mfinkle]
--HG--
extra : rebase_source : 9cd553fedb4e58a6dee437ed0360b6ba5df56c54
2012-09-21 10:56:41 -07:00
Brad Lassey
2f969ba0da bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle 2012-09-12 23:47:08 +02:00
Kartikaya Gupta
2002848ad6 Bug 783230 - Add code to dump basic memory stats on receiving a special broadcast intent. r=snorp 2012-09-20 12:38:35 -04:00
Ms2ger
abf742d34d Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Tim Taubert
646344e386 merge m-c to fx-team 2012-09-20 11:36:34 +02:00
Panos Astithas
152572b05a Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun 2012-09-20 09:38:11 +03:00
Graeme McCutcheon
f35f4e230e Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Blair McBride
db9586885f Bug 781689 - Remove usage of nsIDOMWindowUtils.goOnline() in mobile's netError.xhtml. r=mfinkle,f=bnicholson 2012-09-18 17:02:33 +12:00
Jan Varga
3390efb664 Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking 2012-09-14 22:23:44 +02:00
Josh Matthews
c5574afd30 Bug 789546 - Convert all JS users of imgICache service to use privacy-aware imgITools API instead. r=ehsan 2012-09-17 12:18:40 -04:00
Mark Finkle
6b173ada0f Bug 791339 - Remove <title> and DTD from about:home r=bnicholson 2012-09-17 16:01:37 -04:00
Kartikaya Gupta
a506bb6466 Bug 753312 - Extract a PrefsHelper class that manages getting/setting of gecko prefs, and updated existing code to use it. r=cpeterson 2012-09-17 14:22:28 -04:00
Ryan VanderMeulen
78c73da525 Backout 4607eda1a89f (bug 652168) due to robocop orange. 2012-09-13 17:25:28 -04:00
Wes Johnston
08107f8975 Bug 783921 - Follow up to fix jni function names. r=mfinkle 2012-09-13 14:16:14 -07:00
Wes Johnston
2a58d747a4 Bug 785496 - Don't open Helper Apps if a callback was passed in. r=mfinkle 2012-09-13 14:16:12 -07:00
Kartikaya Gupta
9989d036e9 Bug 789889 - Speculatively connect to links if you put your finger down on it. r=mfinkle 2012-09-13 15:37:59 -04:00
Sriram Ramasubramanian
ee296436e9 Bug 652168: Add thumb for input box. [r=mfinkle]
--HG--
extra : rebase_source : 2e9bb329246e74c355edfdb5cf0094bb9e8f83c2
2012-09-13 10:19:11 -07:00
Wes Johnston
3e4173633d Bug 783921 - Fix homescreen icon scaling. r=mfinkle 2012-09-12 11:32:05 -07:00
Lucas Rocha
284fbdb011 Bug 778489 - Improve handling of error messages and progress in Reader (r=mfinkle) 2012-09-11 18:51:44 +01:00
Lucas Rocha
cdbe1481cc Bug 778489 - Don't show progress when entering about:reader (r=mfinkle) 2012-09-11 18:51:44 +01:00
Chelsea Carr
e0582ae3fc Bug 786604 - Name the observe() function in AboutReader (r=jaws) 2012-09-10 11:34:46 -04:00
Michael Anderson
b7a0a2fb47 Bug 786603 - Misc coding style fixes in Readability.js (r=lucasr) 2012-09-10 12:21:34 -04:00
Phil Ringnalda
6881ce7451 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
c4e9d8c65d 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
773b382c59 Bug 716575 (2/4) - Make Fennec use the platform GetViewportInfo code [r=mfinkle] 2012-08-22 13:17:22 -07:00
Raphael Catolino
ac1a0a8144 Bug 730330 - Use android datetime-picker widget. r=wesj
--HG--
rename : mobile/android/base/widget/DatetimePicker.java => mobile/android/base/widget/DateTimePicker.java
2012-08-07 17:09:15 +02:00
Raphael Catolino
f9c9afb37c Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson 2012-08-08 09:42:00 +02:00
Fabrice Desré
b39fa2cae3 Bug 777204 - followup because I pushed the wrong patch [irc-r=wesj] 2012-09-18 11:21:59 -07:00
Fabrice Desré
64ffd22065 Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner] 2012-09-18 10:34:55 -07:00
Lucas Rocha
117901a3e1 Bug 788526 - Call setScrollPositionClampingScrollPortSize from the updateViewportSize code. r=cwiiis 2012-09-10 18:31:39 -04:00
Mark Capella
417f6b6607 Bug 781762 - Add the ability to delete all downloaded files at one time, r=margaret 2012-09-28 01:52:43 -04:00
Ehsan Akhgari
37b4f5642e Backout bug 792109, bug 749053 and bug 779500 because of leaks in debug tests 2012-09-19 15:42:18 -04:00