| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
TBR-ing, since there is no code change and I'm checking in so I can use the try servers.
TBR=jcivelli
BUG=80694
TEST=None
Review URL: http://codereview.chromium.org/7141001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88532 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is basically a port of the ntp3 notification area, except it allows multiple links.
I think there are currently some minor bugs around most visited deletion and undo; think of this changeset as just a new piece of UI, and I will improve the functionality later.
BUG=none
TEST=[x] a most visited thumbnail and then undo
Review URL: http://codereview.chromium.org/7124002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change disables scaling of infobar icons. With this change it should be easier to catch clipping issues due to incorrectly sized infobar icons.
BUG=80432
TEST=Try jobs pending.
Review URL: http://codereview.chromium.org/7134024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the necessary plumbing for chrome://sessions webui page which shows a hierarchy of sessions and their windows and tabs as well as a "magic" list of suggested tabs. The magic list is currently just the last 10 tabs by timestamp for now - but can later be changed to prototype other heuristics.
BUG=none
TEST=manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88334
Review URL: http://codereview.chromium.org/6969016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
This reverts commit r88334.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88336 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the necessary plumbing for chrome://sessions webui page which shows a hierarchy of sessions and their windows and tabs as well as a "magic" list of suggested tabs. The magic list is currently just the last 10 tabs by timestamp for now - but can later be changed to prototype other heuristics.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/6969016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88334 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Input method settings are in Chrome OS only.
BUG=chromium:85153
TEST=manually
Review URL: http://codereview.chromium.org/7121005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removed the "none" option and string.
* If no user certs are installed, show an error asking the user to install one.
* Share the string with VPN config, which requires the same sort of certificates.
BUG=chromium-os:16031
TEST=Uninstall all user certificates with certificate manager. Open network menu > Other Wi-Fi network and click "Advanced". Select EAP-TLS as the method. Verify the "user certificate" field says "none installed", there is an error message at the bottom, and the connect button is disabled. Install a user certificate with certificate manager. Verify it now appears in the dialog, you can select it, and the connect button is enabled.
Review URL: http://codereview.chromium.org/7046026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes are:
- all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger
- all icons are gray scale
- the chromium/google version of the translate icon has been replaced by a single common one
Once this is checked in there will be a few more changes coming:
- make the icon view in the infobar 32x32 with no scaling
- change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate)
Screenshots: http://www.dropmocks.com/mV7FH
Ran pngcrush -brute -reduce on new icons. chrome/app/themes size:
- before: 8602624 bytes
- after: 8605184 bytes
BUG=80432
TEST=Compiled and ran on Mac.
Review URL: http://codereview.chromium.org/7031069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=csilv@chromium.org
Review URL: http://codereview.chromium.org/6976052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88135 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'Close Window' can be used even if a window has single tab.
NOTE: Cmd+w closes a window even if there is a single tab.
XIB Changes:
* Make the default key equivalent of 'Close Tab' Cmd+w
* Make the default key equivalent of 'Close Window' Cmd+Shift+w
* Remove the referencing outlets from 'Close Tab' and 'Close Window'
No other changes are made.
BUG=20569
TEST=press Cmd+Shift+w on a window having only one tab.
Review URL: http://codereview.chromium.org/7065054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88133 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Change NTP thumbnail to show web store theme gallery.
Change NTP favicons to new Chrome logo and new Web Store logo.
BUG=65930, 79588
TEST=theme links to web gallery, NTP displays web store gallery image.
Review URL: http://codereview.chromium.org/6999017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes are:
- all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger
- all icons are gray scale
- the chromium/google version of the translate icon has been replaced by a single common one
Once this is checked in there will be a few more changes coming:
- make the icon view in the infobar 32x32 with no scaling
- change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate)
Screenshots: http://www.dropmocks.com/mV7FH
Ran pngcrush -brute -reduce on new icons. chrome/app/themes size:
- before: 8602624 bytes
- after: 8605184 bytes
BUG=80432
TEST=Compiled and ran on Mac.
Review URL: http://codereview.chromium.org/7031069
TBR=sail@chromium.org
Review URL: http://codereview.chromium.org/7124003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes are:
- all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger
- all icons are gray scale
- the chromium/google version of the translate icon has been replaced by a single common one
Once this is checked in there will be a few more changes coming:
- make the icon view in the infobar 32x32 with no scaling
- change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate)
Screenshots: http://www.dropmocks.com/mV7FH
Ran pngcrush -brute -reduce on new icons. chrome/app/themes size:
- before: 8602624 bytes
- after: 8605184 bytes
BUG=80432
TEST=Compiled and ran on Mac.
Review URL: http://codereview.chromium.org/7031069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:16028
TEST=Check Provider type options in Network Menu > Private networks > Add private network"
Review URL: http://codereview.chromium.org/7031070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
refresh rate.
This is an effort towards removing dependencies of the ProfilePolicyConnector on Profile.
BUG=none
TEST=Verify that user- and device-refresh rate are set correctly when specified by policy.
Review URL: http://codereview.chromium.org/7014036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
moving the custom nacl
ppapi interface PPB_NACL_PRIVATE_INTERFACE to chrome\renderer. This interface is returned via a factory
which is registered in the renderer process, when the render thread is created.
This CL is intended to eventually help build src\content as an independent dll.
I also changed the ChromeContentRendererClient and ChromeContentPluginClient instances to be lazy instances
to fix some asserts i was seeing while running browser_tests.
BUG=82454
Review URL: http://codereview.chromium.org/7066069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87943 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:15140
TEST=manual testing on chromeos-chrome on linux
Review URL: http://codereview.chromium.org/7056053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87897 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Add back wrench menu.
2) Remove about panel bubble.
3) Differentiate active and inactive panel by using different chrome theme.
BUG=none
TEST=panel_browser_view_browsertest
Review URL: http://codereview.chromium.org/6975062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87703 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:14872,chromium-os:15318
TEST=None
Review URL: http://codereview.chromium.org/7109021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13333
TEST=Network Menu > Other Wi-Fi Network > Security should have WEP and PSK. Both should still work. PSK should work for both RSN and WPA networks.
Review URL: http://codereview.chromium.org/7107005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87557 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Customize screen.
Recommit of 87509 with fix for grd string.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7027037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87518 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the Customize screen.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7076025
TBR=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/7020042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87514 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Customize screen.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7076025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87509 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=80338
TEST=manual
Review URL: http://codereview.chromium.org/7070001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Start preloading the default search engine's Instant URL when the omnibox is focused, in anticipation of the user typing a query (controlled by a new --preload-instant-search flag).
BUG=69197
TEST=Focus the omnibox, see (through a network trace) that google.com/webhp gets loaded.
Review URL: http://codereview.chromium.org/6990015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87420 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
is bookmarks::kBookmarkFolderButtonHeight.
The .xib change should be sufficient but for mysterious reasons is not, so height is also set in [BookmarkBarController positionOffTheSideButton].
R=mrossetti@chromium.org
BUG=82736
Review URL: http://codereview.chromium.org/7020005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87377 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This includes a new lang: Armenian (hy)
Patch from Fabien Tassin <fta@sofaraway.org>.
Review URL: http://codereview.chromium.org/7100004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=tony
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87374 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
is run with only the --multi-install switch. This will allow us to greatly simplify the Google Update server config for the Chrome binaries app id, as it will no longer need to call out every permutation of product installations.
BUG=76695
TEST=On a system with one or more multi-install products installed, run the installer with --multi-install [ --system-level ] [ --verbose-logging ] and notice that all multi-install products are updated. Run it on a system with no multi-install products and notice that it returns 15 (CHROME_NOT_INSTALLED) and puts the proper error info into the Chrome binaries' ClientState key.
Review URL: http://codereview.chromium.org/7087030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes keeps the UI in sync with changes to flimflam in
which "portal" and "online" are now services states instead of
being a separate connectivity state. They are also reported for
all services (except VPN).
See also: http://codereview.chromium.org/6833009/
BUG=chromium-os:3281
TEST=run activation for Verizon using real modem and mock modem.
Submitting on behalf of jglasgow@chromium.org, original CL:
http://codereview.chromium.org/6899062
R=ers@chromium.org
Review URL: http://codereview.chromium.org/7054040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87307 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Only C++ part and trivial HTML/CSS files.
BUG=chromium-os:15632
TEST=Manual. Navigated to chrome://oobe.
Review URL: http://codereview.chromium.org/7076014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For persistent storage request we need to show 'request quota' infoBar if the requested storage size (or requested new quota size) is greater than the current quota, and to show an infoBar we need to let the browser know which render view is requesting the storage.
This patch includes necessary plumbing to send render process_id/view_id to the browser process and the info bar implementation itself.
BUG=61676
TEST=none
Review URL: http://codereview.chromium.org/6976026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
generation.
BUG=chromium-os:12667
TEST=Connect to a Private Network, ensure network shows up in settings/internet. Clicking on 'options' should bring up details.
Review URL: http://codereview.chromium.org/7086018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:14393
TEST=See issue for detailed testing notes.
Review URL: http://codereview.chromium.org/7048014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xib changes:
* Change button cell from HyperlinkButtonCell to DownloadShowAllCell
* Disconnect |showAllCell_|
* Change button text from IDS_SHOW_ALL_DOWNLOADS to IDS_SHOW_ALL
* Make button higher
* Give button class DownloadShowAllButton
* Remove NSImageView as the image is now on the button
* Reduce padding between "show all" button and close button by 2
DownloadShowAllCell is a new class that looks like a button with an icon. Some common logic with the download items has been extracted.
BUG=79502
TEST=Download something, look at bottom right corner.
With several downloads, the new button should interact with the download items in a sane way on window resize.
It should look right with themes.
Review URL: http://codereview.chromium.org/7084009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87232 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
apply to non-linux Unix also. Non-linux Unices tested are the BSDs and Solaris.
Review URL: http://codereview.chromium.org/3556009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87156 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:15279
TEST=connect to wifi..status icons should be arcs
Review URL: http://codereview.chromium.org/7082023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87147 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:569
TEST=configure static IP addresses
Review URL: http://codereview.chromium.org/6979016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87128 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=83559
TEST=see bug
R=ben@chromium.org,maf@chromium.org
Review URL: http://codereview.chromium.org/7082011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=63703
TEST=none
Review URL: http://codereview.chromium.org/6992065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87021 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=63703
TEST=TabSpecificContentSettings* in `unit_tests`
Review URL: http://codereview.chromium.org/6966036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
not change.
BUG=chromium-os:14880
TEST=Click "play" button on an audion file in the file browser. Check that the mediaplayer panel has popped up. Click on another file. Check that the mediaplayer playlist panel has popped up and contains 2 items.
Review URL: http://codereview.chromium.org/7067020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87002 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=79502
TEST=none
Review URL: http://codereview.chromium.org/7071033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=83255
TEST=See bug description.
Review URL: http://codereview.chromium.org/7076003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6992081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Second attempt to land this change. Fixes memory leak (82186),
deleted bookmarks (82273) and crash on add bookmarks in windows (82349).
Original desscription:
Mostly ensures that sycned bookmarks are correctly treated as an immutable
folder. Some of the UI-bits maybe incomplete. For example, if
enable-synced-bookmarks-folder is set, then synced bookmarks will appear in the
bookmark manager page and some components of the UI but it's not on the bookmark
bar or anything like that. This change also ensures that the synced bookmark
folder matches a sync folder if one is available.
BUG=
TEST=test bookmark addition/moving around in combination with sync
Review URL: http://codereview.chromium.org/7012005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86902 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73206
TEST=open task manager and view FPS column.
Review URL: http://codereview.chromium.org/7063014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently if a user visits a site that calls registerProtocolHandler(), and
they deny that sites request, then the next time they visit the site it will
ask them again. This patch changes the semantics of denying a request from
doing nothing to remembering the site, but not registering it as the default.
Handlers retained in this way can still be removed from the settings screen.
TEST=Unit tests provided.
Review URL: http://codereview.chromium.org/6976018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86880 0039d316-1c4b-4281-b951-d872f2087c98
|