summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
Commit message (Collapse)AuthorAgeFilesLines
* The screenshots exposed by chrome://screenshots/path were being cached, ↵rkc@google.com2010-08-261-2/+4
| | | | | | | | | | causing old "Last Screenshot" images to show up. Fixed it by a hack - unfortunately, cache-config:cache-off meta tags don't seem to be working in Chrome. Review URL: http://codereview.chromium.org/3162050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57586 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing build for chromeos.dhg@chromium.org2010-08-262-18/+16
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3197023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57547 0039d316-1c4b-4281-b951-d872f2087c98
* Sorting added to net-internals. Also, search looks through all of a ↵mmenke@chromium.org2010-08-264-21/+457
| | | | | | | | | | | | | | | | | | | | SourceEntry's text. Add "sort:X" to the search field in the Requests view, and log entries will be sorted depending on "X". Possible values are "id", "desc", "source", "duration", and "active". "Active" sorts active entries first, longest active at the top, and inactive entries below, most recently active at the top. "Source" sorts sourceless entries using the largest source ID seen up to that point. The rest should be self-explanatory. "sort:-X" will reverse the order of the sort. New entries are sorted as they are added. "is:active" shows only the active events, and "is:-active" only shows the inactive ones. Bug=50764 Test=manual Review URL: http://codereview.chromium.org/3165024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57525 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land 57460 - Add hidden component app for web store.rafaelw@chromium.org2010-08-261-0/+20
| | | | | | | | | | | | | | | | | Fixed ExtensionStartupTest which was essentially counting the number of component extensions. Now it doesn't. Original review here: http://codereview.chromium.org/3116040 This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps. Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent BUG=27431 TBR=aa Review URL: http://codereview.chromium.org/3104039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57520 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57473aa@chromium.org2010-08-267-118/+68
| | | | | | TBR=eroman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57492 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57473 and 57476. Best. Programmer. Ever.aa@chromium.org2010-08-267-68/+118
| | | | | | TBR=eroman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57478 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing file from r57473.aa@chromium.org2010-08-261-0/+0
| | | | | | TBR=eroman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57476 0039d316-1c4b-4281-b951-d872f2087c98
* First set of changes for M7 NTP.aa@chromium.org2010-08-266-118/+68
| | | | | | | | | | | | | | | | | | This doesn't do any behavior changes -- it just implements the styling. So we still have multi expand, and the recently closed section is still toggleable. I also didn't make the changes to the placement or text of the web store icon. I will make those separately. Screen caps: http://aaronboodman.com/z_dropbox/cr3156049/ BUG=53248 Review URL: http://codereview.chromium.org/3156049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57473 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57460 - Add hidden component app for web store.rafaelw@chromium.org2010-08-261-20/+0
| | | | | | | | | | | | | | | This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps. Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent BUG=27431 Review URL: http://codereview.chromium.org/3116040 TBR=rafaelw@chromium.org Review URL: http://codereview.chromium.org/3180027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57468 0039d316-1c4b-4281-b951-d872f2087c98
* Add hidden component app for web store.rafaelw@chromium.org2010-08-261-0/+20
| | | | | | | | | | | | This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps. Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent BUG=27431 Review URL: http://codereview.chromium.org/3116040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57460 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/3110037tbarzic@google.com2010-08-261-11/+13
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57457 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Enable and disable the 'Ok' button on the AutoFill address and creditjhawkins@chromium.org2010-08-253-20/+97
| | | | | | | | | | | card overlays in response to user input. BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3199018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57394 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Implement the 'Reset to Defaults' button. Also add a ↵csilv@chromium.org2010-08-256-0/+122
| | | | | | | | | | general AlertOverlay class. BUG=53241 TEST=Exercice the 'Reset to Defaults' button in the dom-ui options window. Review URL: http://codereview.chromium.org/3140027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57382 0039d316-1c4b-4281-b951-d872f2087c98
* Add a cookies view based on old UI.xiyuan@chromium.org2010-08-257-8/+580
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3161036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57380 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55881: Disable the 'Clear browsing Data' button when no checkboxes ↵tfarina@chromium.org2010-08-254-53/+96
| | | | | | | | | | | | | are checked. BUG=49037 TEST=out/Debug/chrome --enable-tabbed-options. Go to 'Under the Hood' tab, open the dialog, check some checkbox, the button should become enabled, uncheck all the checkboxes, the button should become disabled. Review URL: http://codereview.chromium.org/3143012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57322 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling about:system page to select shown entries and to scroll to specific ↵tbarzic@google.com2010-08-251-34/+152
| | | | | | | | | | | | | | | entry TEST=Open about:system. Table containing available system information is shown. Clicking on button Expand shows associated entry, and clicking on Collapse hides it. Initialy all entries are hidden. Clicking on Expand all / Collapse all shows / hides all entries. about:system/foo hides all entries but foo, and scrolls to it BUG=4973 Review URL: http://codereview.chromium.org/3173038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57288 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Fix incorrect handling of undefined values in pref UI.csilv@chromium.org2010-08-251-20/+20
| | | | | | | | BUG=none TEST=Verify preference UI works properly in dom-ui options window. Review URL: http://codereview.chromium.org/3170042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57262 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Implement the 'Remove...' button on the AutoFill page.jhawkins@chromium.org2010-08-241-11/+72
| | | | | | | | | BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3140026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57238 0039d316-1c4b-4281-b951-d872f2087c98
* Changing options page css so that we don't get that irritating little box ↵dhg@chromium.org2010-08-241-0/+1
| | | | | | | | | | | around nav bar items. BUG=chromium-os:6059 TEST=none Review URL: http://codereview.chromium.org/3157037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57230 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak preference code to work with or without the 'managed' property, makes ↵csilv@chromium.org2010-08-241-10/+22
| | | | | | | | | | for easier use on CrOS. BUG=none TEST=Verify CrOS preferences working properly in dom-ui options window. Review URL: http://codereview.chromium.org/3174032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57216 0039d316-1c4b-4281-b951-d872f2087c98
* Don't offer to translate the bookmark manager page.jcivelli@chromium.org2010-08-241-0/+2
| | | | | | | | | BUG=52765 TEST=Bookmark sites in a language different than the language Chrome is configured in (you should have few of them, with titles long enough, so there are more than 100 characters in that language). Go to the bookmark manager, no translate infobar should be shown. Review URL: http://codereview.chromium.org/3130045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57208 0039d316-1c4b-4281-b951-d872f2087c98
* reland 57093: dom-ui options: record user metrics for pref changes.csilv@chromium.org2010-08-2411-59/+133
| | | | | | | | BUG=52520 TEST=Verify metrics are saved when changing options in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/3153034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57200 0039d316-1c4b-4281-b951-d872f2087c98
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-242-8/+26
| | | | | | | | | | | | | | | Differences over the reverted version (http://codereview.chromium.org/3080034/show - reverted http://codereview.chromium.org/3137022/show ): * Jobs never log anything in their destructor, as the HostResolverImpl randomly outlives the NetLog, at least in some unit tests. * Removed the extra log entries for when a DNS lookup starts/completes. Instead, the job's event is ended in OnLookupComplete(). * Slight modification of the CanceledAsynchronousLookup unit test, as the Job is now closed before posting any events to the Request. For actual lookups, this behavior means the Job's duration more accurately reflects the time the DNS lookup takes itself. BUG=46844 TEST=Look at the net-internals screen. Review URL: http://codereview.chromium.org/3119027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57189 0039d316-1c4b-4281-b951-d872f2087c98
* Add DOM UI version of "Customize modifier keys" dialog.mazda@chromium.org2010-08-244-1/+47
| | | | | | | | | TEST=manually on the netbook BUG=chromium-os:5152 Review URL: http://codereview.chromium.org/3153022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57141 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Several fixes for AutoFill page.jhawkins@chromium.org2010-08-246-35/+72
| | | | | | | | | | | | | | | * Properly enable and disable the Edit and Remove buttons based on select control state. * Modify the title of the address/CC overlays when pressing the 'Add address/CC' buttons. * Remove the ability to select multiple options. BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3125039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57129 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the size of the roster chat panel and update the JSON format.seh@chromium.org2010-08-231-6/+4
| | | | | | Review URL: http://codereview.chromium.org/3184018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57123 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Implement the base HTML for the 'Edit credit card' AutoFill overlay.jhawkins@chromium.org2010-08-235-0/+154
| | | | | | | | | BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3174028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57110 0039d316-1c4b-4281-b951-d872f2087c98
* yRevert 57093 - dom-ui options: record user metrics for pref changes.csilv@chromium.org2010-08-2311-133/+59
| | | | | | | | | | | BUG=52520 TEST=Verify metrics are saved when changing options in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/3190004 TBR=csilv@chromium.org Review URL: http://codereview.chromium.org/3119038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57096 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: record user metrics for pref changes.csilv@chromium.org2010-08-2311-59/+133
| | | | | | | | BUG=52520 TEST=Verify metrics are saved when changing options in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/3190004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57093 0039d316-1c4b-4281-b951-d872f2087c98
* Code implements UI for downloading and burning Chrome OS images on SSD card ↵tbarzic@google.com2010-08-231-0/+441
| | | | | | | | | | | | | | | and USB key. Actual burning is not included in the change list. BUG=chromium-os:5346 TEST=type in chrome://imagebuner in browser. UI lists all media that image can be burnt to. After selecting burning target by clicking an image right to the target name, image download should start, and download progress should be displayed. After download ends alert should pop up asking user to confirm that he wants to burn image to selected device. Clicking both ok or cancel shouldn't do anything, since actual burning isn't stil included in CL. Image should be downloaded to chrome_image folder in users Downloads directory. this folder is deleted during shutdown. This is only visible in ChromeOS... Review URL: http://codereview.chromium.org/2808100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57085 0039d316-1c4b-4281-b951-d872f2087c98
* Changing options page so it is in the center, has less padding, a drop ↵dhg@chromium.org2010-08-231-3/+5
| | | | | | | | | | shadow and a border. BUG=chromium-os:5956 TEST=none Review URL: http://codereview.chromium.org/3146030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57068 0039d316-1c4b-4281-b951-d872f2087c98
* Use <if expr".."> to use a single bug report html for both Chrome and Chrome OS.rkc@google.com2010-08-232-172/+61
| | | | | | Review URL: http://codereview.chromium.org/3122034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57054 0039d316-1c4b-4281-b951-d872f2087c98
* Build fixes to the CLrkc@google.com2010-08-225-0/+565
| | | | | | Review URL: http://codereview.chromium.org/3061044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57019 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Setup proxy settings UI accordingly if an Extension is ↵csilv@chromium.org2010-08-202-4/+5
| | | | | | | | | | managing proxies. BUG=51376 TEST=Verify proxy settings UI matches proposal when proxy settings are managed by an extension. Review URL: http://codereview.chromium.org/3132030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56940 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Add button for displaying Gears settings (windows only).csilv@chromium.org2010-08-202-0/+12
| | | | | | | | BUG=none TEST=Verify 'Show Gears Settings' button works properly in ChromeWin via --enable-tabbed-options. Review URL: http://codereview.chromium.org/3187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56937 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Remove special casing for Mac passwords, all platforms ↵csilv@chromium.org2010-08-201-12/+5
| | | | | | | | | | should use the same UI. BUG=none TEST=Verify that the 'Show Passwords' button displays the passwords panel in dom-ui. Review URL: http://codereview.chromium.org/3149025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56935 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug in ImportingData Overlay which cause crash when importing data ↵sargrass@google.com2010-08-202-2/+7
| | | | | | | | | | | | | multiple times. Fix the problem when force closing the tab while importing. BUG=49095 TEST=None Review URL: http://codereview.chromium.org/3167028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56933 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Password Exceptions Tab.sargrass@google.com2010-08-206-41/+323
| | | | | | | | | | | Separate the password exceptions list. BUG=49093 TEST=None Review URL: http://codereview.chromium.org/3177023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56931 0039d316-1c4b-4281-b951-d872f2087c98
* Remove nested if statements.seanparent@google.com2010-08-201-12/+8
| | | | | | | | | BUG=none TEST=Second attempt to repair options regression. Review URL: http://codereview.chromium.org/3130041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56916 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing merge regression.seanparent@google.com2010-08-201-1/+0
| | | | | | | | | BUG=none TEST=Should fix DOM options on non-chromeos platforms. Review URL: http://codereview.chromium.org/3152037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56912 0039d316-1c4b-4281-b951-d872f2087c98
* Moving about_page to chromeos only.seanparent@google.com2010-08-201-4/+5
| | | | | | | | | | BUG=none TEST=Ensure that pulling up options on non-chrome os devices doesn't report problems. Review URL: http://codereview.chromium.org/3170022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56900 0039d316-1c4b-4281-b951-d872f2087c98
* Convert alert() to notification bar.kochi@google.com2010-08-201-2/+3
| | | | | | | | | BUG=none TEST=manually Review URL: http://codereview.chromium.org/3108032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56837 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Add the basic HTML for the 'Edit Address' AutoFill overlay.jhawkins@chromium.org2010-08-206-1/+132
| | | | | | | | | BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3157027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56785 0039d316-1c4b-4281-b951-d872f2087c98
* DOM UI: Change DOMMessageHandler callback arg type to ListValue.estade@chromium.org2010-08-191-4/+0
| | | | | | | | | | | The parameter describes a list of Values that act as parameters to the callback. It is always a ListValue. It should be typed as such. BUG=none TEST=compile; manual testing Review URL: http://codereview.chromium.org/3146019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56740 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r56571:estade@chromium.org2010-08-196-183/+51
| | | | | | | | | | | | | | ------------ Make the saved passwords tab work. BUG=49093 TEST=None ------------ TBR=sargrass Review URL: http://codereview.chromium.org/3108034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56729 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Checkin for CL: http://codereview.chromium.org/3061044/show"phajdan.jr@chromium.org2010-08-195-565/+0
| | | | | | | | | | Broke compile. TBR=rkc Review URL: http://codereview.chromium.org/3199006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56717 0039d316-1c4b-4281-b951-d872f2087c98
* Checkin for CL: http://codereview.chromium.org/3061044/showrkc@google.com2010-08-195-0/+565
| | | | | | | | | | | | | | TEST=Backend: Various reports submitted from Chrome OS and Windows builds sent to the feedback test server. For Chromium OS, sent reports with current screenshot and saved screenshots; verified all reports for data accuracy and completion. Frontend: Tested the UI features by excersizing various options; tested not selecting any issue, tested switching between screenshot types. Review URL: http://codereview.chromium.org/3181027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56708 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI prefs: Use a List instead of a select for startup pages.stuartmorgan@chromium.org2010-08-1910-70/+125
| | | | | | | | | | | Refactors common elements (favicon source, CSS styling) from the subpages and the main page into shared locations. Also fixes a few small existing mistakes in comments and function naming. BUG=48713 TEST=DOMUI prefs should show favicons for startup pages. Review URL: http://codereview.chromium.org/3112017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56703 0039d316-1c4b-4281-b951-d872f2087c98
* Automatically selects log dump text on the NetLog screen. Ctrl-A selects ↵mmenke@chromium.org2010-08-191-3/+15
| | | | | | | | | | | too much text, and click+drag can take a while, for large amounts of text. Bug=none Test=Press the button Review URL: http://codereview.chromium.org/3124029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56685 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Enable or disable the buttons whether the autofill is enabled or not.tfarina@chromium.org2010-08-191-0/+15
| | | | | | | | | | | BUG=49094 TEST=Open the dom ui dialog of the AutoFill options dialog, uncheck the checkbox, see if the buttons become disable, do the reverse and see if the buttons becomes enabled again and vice-versa. Review URL: http://codereview.chromium.org/3156013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56681 0039d316-1c4b-4281-b951-d872f2087c98