summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
Commit message (Collapse)AuthorAgeFilesLines
* Merge 120248 - Minor tweaks to the sync promo pagesail@chromium.org2012-02-031-2/+2
| | | | | | | | | | | | BUG=112186 TEST= Review URL: https://chromiumcodereview.appspot.com/9309066 TBR=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317087 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120366 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120006 - [uber page] Fix url handling for uber-page sub-paths.csilv@chromium.org2012-02-021-11/+9
| | | | | | | | | | | BUG=111900 TEST=Invoke 'Clear Browsing Data' from the wrench menu, should bring up the correct dialog. Review URL: https://chromiumcodereview.appspot.com/9309018 TBR=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/9325005 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120232 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 119944 - [uber page] Minor style improvements.csilv@chromium.org2012-02-022-7/+10
| | | | | | | | | | | | | - Fix font-family property for link-buttons. - Change to rgb() colors for per webui style guidelines. BUG=100885 Review URL: https://chromiumcodereview.appspot.com/9310003 TBR=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/9310069 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120231 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 119904 - [filebrowser] Double-click and hitting enter now try default ↵dgozman@chromium.org2012-02-021-76/+42
| | | | | | | | | | | | | browser action, if no handler is defined. BUG=chromium-os:17507 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/9293034 TBR=dgozman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317049 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120195 0039d316-1c4b-4281-b951-d872f2087c98
* [ntp] fix z-index bugestade@chromium.org2012-01-313-6/+7
| | | | | | | | | | | webkit must have fixed a stacking context bug which we relied on BUG=111743 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9301017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119852 0039d316-1c4b-4281-b951-d872f2087c98
* [uber] lazy load subpagesestade@chromium.org2012-01-315-5/+20
| | | | | | | | | | | depends on csilv's http://codereview.chromium.org/9234010/ BUG=109183 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9113098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119848 0039d316-1c4b-4281-b951-d872f2087c98
* css refactor for chrome web store field trialestade@chromium.org2012-01-313-27/+22
| | | | | | | | | BUG=106580 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9302023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119839 0039d316-1c4b-4281-b951-d872f2087c98
* Add a blocking version of the sync promo dialogsail@chromium.org2012-01-311-9/+10
| | | | | | | | | | | | | | | This is a new version of the sync promo that is displayed inside a blocking dialog window. If a new browser window is spawned from inside the sync promo then we close the dialog box and foucs on the new window. Any remaining first run tabs are added as inactive tabs to the new browser window. Screenshots: http://imgur.com/iBspQ BUG=107219 TEST= Review URL: https://chromiumcodereview.appspot.com/9225053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119827 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Making header footer setting sticky.dpapad@chromium.org2012-01-313-3/+13
| | | | | | | | | | BUG=111501 TEST=Print a doc with headers and footers enabled or disabled. Open print preview again, last setting should be remembered. Review URL: http://codereview.chromium.org/9302014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119814 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Favicon support for uber page.csilv@chromium.org2012-01-314-38/+15
| | | | | | | | BUG=111538 TEST=Verify that favicons show up for settings, extensions. Review URL: https://chromiumcodereview.appspot.com/9223029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119804 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users to launch the feedback page from an extension.rkc@chromium.org2012-01-313-26/+49
| | | | | | | | | | | | | | | | | | | The primary issue blocking this is was the screenshot, which would show up as a broken link if a user went to the chrome://feedback page directly. With this change, to launch the feedback page from an extension, open it with this format, chrome://feedback/#0?description=Text you want in the description field&categoryTag=TheCategory&customPageUrl=www.yourpageurl.com Including the customPageUrl will supress the screenshot completely and set the page url on the displayed feedback page to the one specified. R=zelidrag@chromium.org,xiyuan@chromium.org BUG=chromium-os:24993 TEST=Tested opening the feedback page without going through the Report an Issue menu item with the customPageUrl parameter. Verified that the screenshot is not shown at all and the feedback is sent successfully on submit. Review URL: http://codereview.chromium.org/9271033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119800 0039d316-1c4b-4281-b951-d872f2087c98
* [NTP4] Experiment for adding Chrome Web Store link to footer.dbeam@chromium.org2012-01-315-14/+116
| | | | | | | | | | | | Contributed by Ori Gershony <orig@chromium.org>. BUG=106580 R=orig@chromium.org,estade@chromium.org TEST=Use --enable-webstore-link to force the experiment on. Review URL: https://chromiumcodereview.appspot.com/9303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119793 0039d316-1c4b-4281-b951-d872f2087c98
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-314-13/+5
| | | | | | | | | | | | This makes the click-to-play feature available in content settings without having to enable it in chrome://flags. BUG=62084 TEST=none Review URL: http://codereview.chromium.org/9293008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119773 0039d316-1c4b-4281-b951-d872f2087c98
* [uber] some updates to the uber about pageestade@chromium.org2012-01-302-5/+6
| | | | | | | | | BUG=25635 TEST=looks 75% less crazy Review URL: https://chromiumcodereview.appspot.com/9293019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119772 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Update style for links and link-button per UI review.csilv@chromium.org2012-01-302-11/+10
| | | | | | | | BUG=111752 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/9302008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119724 0039d316-1c4b-4281-b951-d872f2087c98
* Forward all the arguments from webui to options[2]/ pages.joaodasilva@chromium.org2012-01-307-19/+26
| | | | | | | | | | | | | | Some of the functions mapped take more than 1 argument, and all the others are currently always undefined. This breaks locking the default search engine select box through policy. BUG=None TEST=When the DefaultSearchProvider policy is set, the settings UI doesn't allow modifying the default. Review URL: http://codereview.chromium.org/9104011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119716 0039d316-1c4b-4281-b951-d872f2087c98
* Fix HomepageLocation policy in options2 UI.joaodasilva@chromium.org2012-01-302-6/+4
| | | | | | | | | | | | | When a policy specifies the HomepageLocation, the text field shouldn't be editable when the user chooses the 2nd radio button. BUG=None TEST=Set the HomepageLocation policy to some value. The text field in the homepage UI can't be edited. Review URL: http://codereview.chromium.org/9302005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119706 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing bug with hidden files.serya@google.com2012-01-302-6/+18
| | | | | | | | | BUG=chromium-os:24640 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/9302007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119691 0039d316-1c4b-4281-b951-d872f2087c98
* [filebrowser] Changed task buttons to single dropdown. Double-click and ↵dgozman@chromium.org2012-01-307-45/+340
| | | | | | | | | | click-on-preview for default action. BUG=chromium-os:23582,chromium-os:17507,chromium-os:25022 TEST=See bugs. Review URL: https://chromiumcodereview.appspot.com/9284019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119678 0039d316-1c4b-4281-b951-d872f2087c98
* Update bluetooth settings for uber-page.kevers@chromium.org2012-01-303-38/+48
| | | | | | | | | | BUG=chromium:102139 TEST= Review URL: http://codereview.chromium.org/9298029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119672 0039d316-1c4b-4281-b951-d872f2087c98
* Implementing full screen mode for video player in Chrome OS File Browser.kaznacheev@chromium.org2012-01-306-16/+34
| | | | | | | | | BUG=chromium-os:23978 TEST= Review URL: https://chromiumcodereview.appspot.com/9298009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119668 0039d316-1c4b-4281-b951-d872f2087c98
* Changed version of HelpApp for new UI and removed icons not required by the app.grovera@chromium.org2012-01-301-7/+3
| | | | | | | | BUG=chromium-os:25457 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9223042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119654 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of help center URLs.derat@chromium.org2012-01-292-16/+2
| | | | | | | | | | | | | | | This updates the first wave of links from https://www.google.com/support/chrome paths to https://support.google.com/chrome. We also don't need locale parameters on these links. BUG=111556 TEST=manual TBR=dhollowa Review URL: http://codereview.chromium.org/9234077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119635 0039d316-1c4b-4281-b951-d872f2087c98
* Settings: Don't attempt to update aria-hidden when hiding all pages.jhawkins@chromium.org2012-01-292-0/+10
| | | | | | | | | | | | | e.g. when switching top-level pages. Fixes a JS exception when clicking on a nav-item with an overlay open. BUG=111286 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9121067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119627 0039d316-1c4b-4281-b951-d872f2087c98
* Settings: Fix mouselock content settings exception area for OTR.jhawkins@chromium.org2012-01-291-1/+5
| | | | | | | | | | | | The show/hide code for otr lists requires a specific structure. BUG=110528 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9121066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119626 0039d316-1c4b-4281-b951-d872f2087c98
* Update sync promo pagesail@chromium.org2012-01-283-96/+307
| | | | | | | | | | | | | | This CL updates the default sync promo page and adds 3 new experimental layouts. Currently the experimental layout can be viewed by running chrome with --sync-promo-version=n where n is between 0 and 3. Screenshots: http://imgur.com/a/Smjmh See bugs for mockups. BUG=107623 TEST= Review URL: https://chromiumcodereview.appspot.com/9117046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119624 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Style update for sub-pages & headersdbeam@chromium.org2012-01-2817-76/+314
| | | | | | | | | | | | This CL also adds target="_blank" to fix "Learn More" opening in the same tab (and hence fixes bug 11155). R=csilv@chromium.org,estade@chromium.org BUG=110658,111555 TEST=Uber page looks like mocks, "Learn more" opens in new tab, sub-pages look snazzy, scrolling works, and RTL functions (but isn't polished to the max). Review URL: http://codereview.chromium.org/9283013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119599 0039d316-1c4b-4281-b951-d872f2087c98
* New sync info graphic icon (chromium)sail@chromium.org2012-01-272-0/+0
| | | | | | | | BUG=107623 TEST= Review URL: https://chromiumcodereview.appspot.com/9297011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119514 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Display File shelf instead of Chromebook in breadcrumb."bshe@chromium.org2012-01-271-9/+1
| | | | | | | | | | | | | | | | This reverts commit 960228a5d2a476fa41f1d7c6fbdaed225eb9616e. Codereview site is http://codereview.chromium.org/9227009/ We decide to use Chromebook in breadcrumb for simplicity in R18. BUG=chromium-os:25007 TEST=Open file manager and select Chromebook in the left panel. It should say "Chromebook" in the breadcrumbs. Review URL: http://codereview.chromium.org/9146047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119494 0039d316-1c4b-4281-b951-d872f2087c98
* Preview panel animaiton tweak.bshe@chromium.org2012-01-273-7/+11
| | | | | | | | | | | | | | | This CL tweaks the preview panel animation. The preview panel is now a unit when animating away. No content in the panel change during animation. It also eliminates the checkbox flickring issue when deselect files. BUG=chromium-os:23175 TEST=Open file manager->select a file->deselect that file->observe the bottom panel. The panel should ease out as a unit. Review URL: http://codereview.chromium.org/9117053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119487 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for error messages during Bluetooth pairing.kevers@chromium.org2012-01-276-80/+275
| | | | | | | | | | BUG=chromium:110586 TEST= Review URL: http://codereview.chromium.org/9160037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119480 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for the net-internals StopCapturing button.mmenke@chromium.org2012-01-275-64/+134
| | | | | | | | | | | | | | | | | It now dumps a log to memory and loads it. The results in updating all tabs, hiding tabs and buttons that don't work when the BrowserBridge is disabled. Also allows export of logs in stop capturing mode or when viewing a loaded log (Which are now equivalent states). R=eroman@chromium.org BUG=111195 Review URL: http://codereview.chromium.org/9291001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119462 0039d316-1c4b-4281-b951-d872f2087c98
* cr.ui.List: cache the item used for size measurement.ivankr@chromium.org2012-01-271-64/+75
| | | | | | | | | BUG=106138 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9234030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119440 0039d316-1c4b-4281-b951-d872f2087c98
* Implementing video playback in the File Browser Gallery.kaznacheev@chromium.org2012-01-2712-55/+838
| | | | | | | | | | | Work in progress, needs more UX/UI polish. BUG=chromium-os:23978 TEST= Review URL: https://chromiumcodereview.appspot.com/9235060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119429 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-01-275-7/+7
| | | | | | | | | | | | | | | | | | Move the command-line flag to default-on. (Revert of 119284 : https://chromiumcodereview.appspot.com/9212036) IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs to be disabled, revert this change. R=jhawkins@chromium.org BUG=111135 TEST=None Review URL: http://codereview.chromium.org/9271084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119423 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a couple instances of "var" in themmenke@chromium.org2012-01-271-10/+12
| | | | | | | | | | | | net-internals timeline view code that shouldn't be there. R=eroman@chromium.org BUG=111305 Review URL: http://codereview.chromium.org/9234062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119417 0039d316-1c4b-4281-b951-d872f2087c98
* [uber] extensions - alertOverlay refactor and fix packExtensionOverlayestade@chromium.org2012-01-278-30/+195
| | | | | | | | | | BUG=107323 TEST=manual Review URL: http://codereview.chromium.org/9235026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119412 0039d316-1c4b-4281-b951-d872f2087c98
* make changes to recently closed menu buttonestade@chromium.org2012-01-271-5/+24
| | | | | | | | | | | | see bug for discussion BUG=98832 TEST=manual Review URL: http://codereview.chromium.org/9097010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119404 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Enable Uber page by default.csilv@chromium.org2012-01-274-13/+78
| | | | | | | | | | | | - Forward settings and extensions URLS to the uber page. - Add command-line switch and about flag for disabling uber page. - Add support for invoking subpage URLS via the uber page. BUG=110656 TEST=Exercise settings/extensions URLS with and without flag set. Review URL: https://chromiumcodereview.appspot.com/9234010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119395 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119284 - Turn web intents build flag on. Move the command-line flag ↵gbillock@chromium.org2012-01-265-7/+7
| | | | | | | | | | | | | | | | | | | | | to default on. Make the flag disable rather than enable web intents. Put the options UI behind a new flag controlling functionality if the registration tag is present for web content. IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs to be disabled, revert this change. R=jhawkins@chromium.org BUG=90458 TEST=None Review URL: https://chromiumcodereview.appspot.com/9212036 TBR=gbillock@chromium.org Review URL: https://chromiumcodereview.appspot.com/9113095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119306 0039d316-1c4b-4281-b951-d872f2087c98
* Turn web intents build flag on. Move the command-line flag to default on.gbillock@chromium.org2012-01-265-7/+7
| | | | | | | | | | | | | | | | Make the flag disable rather than enable web intents. Put the options UI behind a new flag controlling functionality if the registration tag is present for web content. IN CASE OF FIRE, PULL THIS HANDLE! If web intents needs to be disabled, revert this change. R=jhawkins@chromium.org BUG=90458 TEST=None Review URL: https://chromiumcodereview.appspot.com/9212036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119284 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Version label not shown on stable channel.ivankr@chromium.org2012-01-264-5/+41
| | | | | | | | | | BUG=chromium-os:18550 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9234027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119225 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Cleaning up some nits I found while mucking around in options2.dbeam@chromium.org2012-01-266-22/+23
| | | | | | | | | | R=tbreisacher@chromium.org BUG=110658 TEST=My eyes don't get angry? Review URL: http://codereview.chromium.org/9113052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119202 0039d316-1c4b-4281-b951-d872f2087c98
* options: Update the scroll position when an overlay is closed/hidden.sadrul@chromium.org2012-01-262-0/+4
| | | | | | | | | BUG=110950 TEST=manually Review URL: https://chromiumcodereview.appspot.com/9289021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119160 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Split out part of headers CL to make review easier.dbeam@chromium.org2012-01-2524-24/+24
| | | | | | | | | | | | | This CL simply wraps all <h1> tags into the sexier (and newer) version of <hgroup> - the <header> tag. R=tbreisacher@chromium.org,csilv@chromium.org BUG=110658 TEST=Nothing about uber page looks different (yet). Review URL: http://codereview.chromium.org/9288016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119130 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: Retrieve only visible columns data instead of all the ↵yoshiki@chromium.org2012-01-251-11/+48
| | | | | | | | | | | | | | columns. When task manager is initialized and columns are updating, the javascript side sends the 'setUpdateColumns' message to set the columns visible. On the C++ side, it retrieves and updates only enabled columns data. BUG=110416 TEST=manual Review URL: http://codereview.chromium.org/9178007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119052 0039d316-1c4b-4281-b951-d872f2087c98
* ui/list.js: prevent to set removed item to pinnedItem.yoshiki@chromium.org2012-01-251-1/+4
| | | | | | | | | | | | | ensureAllItemSizesInCache() creates temporary list items and caches them, but temporary list items are removed from the list. Removed item is not belong to the list, so that it cannot be a pinnedItem. BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119011 Review URL: http://codereview.chromium.org/9159016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119047 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119011 - ui/list.js: prevent to set removed item to pinnedItem.yoshiki@chromium.org2012-01-251-10/+1
| | | | | | | | | | | | | | ensureAllItemSizesInCache() creates temporary list items and caches them, but temporary list items are removed from the list. Removed item is not belong to the list, so that it cannot be a pinnedItem. BUG=none TEST=manual Review URL: http://codereview.chromium.org/9159016 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/9271039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119041 0039d316-1c4b-4281-b951-d872f2087c98
* Preserving selection and lead item while directory rescan.serya@google.com2012-01-251-0/+68
| | | | | | | | | BUG=chromium-os:22824 TEST=Manual tests. Review URL: https://chromiumcodereview.appspot.com/9234020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119040 0039d316-1c4b-4281-b951-d872f2087c98
* minimal cleanup of ssl error pageestade@chromium.org2012-01-251-80/+64
| | | | | | | | | | BUG=107052 TEST=manual Review URL: http://codereview.chromium.org/9284010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119019 0039d316-1c4b-4281-b951-d872f2087c98