| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The blur radius parameter to setShadowBlurRadius: has a bigger
effect on lion, so we use a smaller value for it.
This change also adds a title cased version of the "full screen" UI string.
BUG=106798
Review URL: http://codereview.chromium.org/8966014
TBR=koz@chromium.org
Review URL: http://codereview.chromium.org/9015038
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=104189
TEST=see bug
Review URL: http://codereview.chromium.org/8989063
TBR=atwilson@chromium.org
Review URL: http://codereview.chromium.org/9015037
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116220 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107128
Review URL: http://codereview.chromium.org/9072008
TBR=cevans@chromium.org
Review URL: http://codereview.chromium.org/9072018
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clearly wrong.
BUG=107457
TEST=net_unittests
Review URL: http://codereview.chromium.org/8913013
TBR=rvargas@chromium.org
Review URL: http://codereview.chromium.org/9071021
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a guard to prevent invalid assignment.
BUG=108006
TEST=manually with ASAN.
Review URL: http://codereview.chromium.org/8997001
TBR=bashi@chromium.org
Review URL: http://codereview.chromium.org/9016057
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116201 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BookmarkNode::SetTitle(..).
Previously, BookmarkModel::SetTitle(..) would remove leading/trailing whitespace
characters before modifying the bookmark node. This is problematic for any
code that directly interacts with bookmark nodes (for example for comparison
purposes or when loading bookmark from the persisted file). By having this
functionality in the BookmarkNode itself, we ensure consistent titles, and
fix a bug where sync could not find bookmarks and ended up duplicating data.
BUG=108332
TEST=Add a bookmark with leading/trailing spaces. Enable Sync. Restart. Ensure the bookmark has not duplicated. unit_tests --gtest_filter="*ProfileSyncServiceBookmarkTestWithData*"
Review URL: http://codereview.chromium.org/8949053
TBR=zea@chromium.org
Review URL: http://codereview.chromium.org/9016054
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116193 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
process workaround.
BUG=59285
BUG=103263
TEST=Follow a link from a hosted app to an extension or the Chrome Web Store.
Review URL: http://codereview.chromium.org/8949021
TBR=creis@chromium.org
Review URL: http://codereview.chromium.org/9015029
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116187 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/9075010
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116182 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
content.
BUG=108139
TEST=See bug description.
Review URL: http://codereview.chromium.org/9041010
TBR=dpapad@chromium.org
Review URL: http://codereview.chromium.org/9015034
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116181 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107363
TEST=Sign in a multi profile account and verify that the GAIA picture is used as the desktop icon badge. Sign out on the same account and ensure that original avatar is reapplied on the badge.
Review URL: http://codereview.chromium.org/8996012
Review URL: http://codereview.chromium.org/9015032
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116172 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is unbadged if it is the last profile left.
We do this by fetching the default profile and avatar when the shortcut manager needs to make changes to the default shortcut.
We also correct a few places in the original ProfileShortcutManagerWin code to ensure it uses the last remaining profile's details rather than default details.
TEST=On a fresh install of Chrome, create a new profile. Ensure that both profiles have the correct badges.
BUG=106513,107435
Review URL: http://codereview.chromium.org/8931015
Review URL: http://codereview.chromium.org/9074010
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116171 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL fixes a regression in the code for determining the VPN provider
type for a newly created L2TP/IPsec certificate-based VPN by relying on
the temporary connection data kept in NetworkLibraryImplBase.
BUG=chromium-os:24578
TEST=Tested L2TP/IPsec VPN with user certificate and pre-shared key
as follows:
1. Create a new VPN and it connects successfully.
2. Disconnect the connected VPN and then reconnect successfully.
3. Verify that all information shown in the VPN dialog is correct.
4. Create a new VPN with incorrect server hostname or credentials, and
verify that it fails to connect and gives the correct error message.
Review URL: http://codereview.chromium.org/9052004
TBR=benchan@chromium.org
Review URL: http://codereview.chromium.org/9015030
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=43281
TEST=Setting pref has same effect as running with --enable-memory-info.
Review URL: http://codereview.chromium.org/8896018
TBR=mmoss@chromium.org
Review URL: http://codereview.chromium.org/9076001
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108812
TEST=Install chrome on a machine that doesn't already have a Downloads folder
(or delete the existing folder). Then try and install an extension or app from
the webstore.
Review URL: http://codereview.chromium.org/9022032
TBR=asargent@chromium.org
Review URL: http://codereview.chromium.org/9072010
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=107147
TEST=browser_tests:ExtensionApiTest.WebNavigationTargetBlank*
Review URL: http://codereview.chromium.org/9028005
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/9014016
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I accidentally removed this in http://crrev.com/r111561
BUG=108934
TEST=none
Review URL: http://codereview.chromium.org/9066004
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/9071011
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use TabContentsWrapper in the Mac version of html dialogs instead of using TabContents directly like on Windows and Linux.
BUG=107437
TEST=
Review URL: http://codereview.chromium.org/8980004
TBR=abodenha@chromium.org
Review URL: http://codereview.chromium.org/9023023
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116151 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
selection model
to empty when it isn't empty.
BUG=107786
TEST=see bug.
Review URL: http://codereview.chromium.org/8984002
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/9075004
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116145 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
strip with the retargeting details
BUG=107759
TEST=added a DCHECK. Without the fix, the DCHECK would trigger in ExtensionApiTest.WebNavigationOpenTab
Review URL: http://codereview.chromium.org/8964014
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/9068001
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116073 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108286
TEST=Start chrome with first run, see if default apps are installed. Restart chrome and see if they're still installed.
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/9053005
TBR=yoz@chromium.org
Review URL: http://codereview.chromium.org/9060001
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116068 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108286
TEST=Install M15 then update the build to M16. Make sure that default apps
are not installed in any profile. Test with a profile that already has apps
installed and with a profile that has no apps already installed.
Review URL: http://codereview.chromium.org/8999012
TBR=rogerta@chromium.org
Review URL: http://codereview.chromium.org/9007065
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@116021 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115945 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108105
TEST=
Review URL: http://codereview.chromium.org/9017033
TBR=zea@chromium.org
Review URL: http://codereview.chromium.org/8956060
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108541
TEST=no
Review URL: http://codereview.chromium.org/8729027
TBR=battre@chromium.org
Review URL: http://codereview.chromium.org/9008037
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115880 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115863 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Sync Promo UI] Changing sync promo to honor brand codes.
Also, this CL moves chrome/browser/ui/webui/sync_promo_* to
chrome/browser/ui/webui/sync_promo/sync_promo_*.
BUG=107223
R=stevet@chromium.org,rogerta@chromium.org,sail@chromium.org
TEST=The sync promo responds to brand code and records results of the field
trial correctly.
Review URL: http://codereview.chromium.org/8933003
[Sync Promo UI] Change data reporting to differentiate between startup and other
means of getting to the full page sync promo.
R=stevet@chromium.org,sail@chromium.org
TEST=about:histograms, Ctrl+f "WithBrand"
BUG=107223
Review URL: http://codereview.chromium.org/9007041
Review URL: http://codereview.chromium.org/8992034
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
I had to do a manual merge because message_channel.cc has changed too much for drover to handle.
Original/trunk CL: http://codereview.chromium.org/8982006
BUG=108308,108314
TEST=
Review URL: http://codereview.chromium.org/9016044
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115844 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
issue=9016044
bot=win,mac,linux
user=dmichael
patchset=1
root=src
email=dmichael@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115841 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The UI behavior changes once HasSyncSetupCompleted() returns true, so we need to notify observers when we set this in OnBackendInitialized().
BUG=chromium-os:23151
TEST=See issue. Also make sure error clears correctly and is set correctly for other sync errors.
Review URL: http://codereview.chromium.org/8876001
TBR=stevenjb@google.com
Review URL: http://codereview.chromium.org/9046008
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115836 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
happening
because there is an existing TabDragController when a new one is
created. Right after we create the new TabDragController it replaces
the old, but if we create the new one before the old is destroyed it
means the old is still set as a delegate on the TabContents so that
when the new restores the delegates it restores the old
TabDragController, which has now been deleted.
BUG=107172
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8915026
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/9041011
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115802 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:23809
TEST=SelectFileDialogExtensionBrowserTest.*
Review URL: http://codereview.chromium.org/8819025
TBR=dgozman@chromium.org
Review URL: http://codereview.chromium.org/9042004
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115795 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
interstitial page.
BUG=107182
TEST=See bug
Review URL: http://codereview.chromium.org/8976014
TBR=creis@chromium.org
Review URL: http://codereview.chromium.org/9023016
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Original CL: http://codereview.chromium.org/8698008/ .
BUG=106891
TEST=browser_tests (on bots)
TBR=kerz
Review URL: http://codereview.chromium.org/9022018
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115612 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If NAT traversal is turned on then JingleInfoRequest adds itself as a
listener to the signal strategy. Delete the request in
SessionManager::Close so that it removes itself as a listener and
signal strategy can be cleaned up.
BUG=108212
TEST=none
Review URL: http://codereview.chromium.org/9004024
TBR=amit@chromium.org
Review URL: http://codereview.chromium.org/9025029
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115596 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=106891
TEST=none
TBR=kerz
Review URL: http://codereview.chromium.org/9027011
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115586 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
renderer.
This configuration is seen on the reliability bots, which always use
the software GL renderer because they are headless. These fixes also
make --use-gl=apple work with Chrome's on-screen rendering path.
- Renamed the pbuffer GLSurface class to NoOpGLSurfaceCGL and removed
its unnecessary pbuffer allocation, as well as the requirement that
the context be pbuffer capable.
- Removed the accelerated requirement from the context in
accelerated_plugin_view_mac.mm. The system automatically prefers
accelerated contexts where possible.
- Supported --use-gl=apple in accelerated_surface_mac.cc and
image_transport_surface_mac.cc.
- Removed the depth and stencil renderbuffers from
accelerated_surface_mac.cc. The only consequence of this change is
that when a Core Animation plugin's layer is rendered via our
CARenderer, the destination surface will not have a depth buffer.
Firefox already has this behavior, and, as expected, this change
does not affect the correctness of any test case.
There is still a remaining problem on the reliability bots where
composited content does not redraw often enough, but this seems to be
an orthogonal problem and is not reproducible when running Chrome
locally with --use-gl=apple.
Ran previously crashing content on reliability bot to verify fix.
Also tested manually on 10.6.8, both with and without --use-gl=apple, with:
- http://unity3d.com/gallery/demos/live-demos (Unity 3D)
- http://www.nissan-stagejuk3d.com/
(Stage 3D in Flash 11, live resizing; web site is flaky, sometimes
fails to start)
- http://www.vimeo.com/
BUG=106891
TEST=manual testing with above test cases
Review URL: http://codereview.chromium.org/9006045
TBR=kbr@chromium.org
Review URL: http://codereview.chromium.org/9024017
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it uncovered.
BUG=108308
TEST=
Review URL: http://codereview.chromium.org/8982006
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/9027008
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/9026010
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We special case the nigori node because even though it is considered an
"encrypted type", not all nigori node changes require valid encryption
(ex: sync_tabs).
BUG=106619
TEST=none.
Review URL: http://codereview.chromium.org/8856007
TBR=zea@chromium.org
Review URL: http://codereview.chromium.org/9025021
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=108308
TEST=
Review URL: http://codereview.chromium.org/8982006
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/9027008
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115558 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
R=rogerm@chromium.org,mmoss@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/8989031
TBR=siggi@chromium.org
Review URL: http://codereview.chromium.org/8962029
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115556 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
override.
The new rule for bookmark icons in tree.css were made more specific than before which was causing the collapsed folder case to override the mac specific folder icon. Add a selector to the mac rules to match the new rule.
BUG=108252
TEST=Open the bookmark manager. Collapse a folder and make sure that the icon remains blue (the mac icon).
Review URL: http://codereview.chromium.org/9017013
TBR=flackr@chromium.org
Review URL: http://codereview.chromium.org/9026008
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
download reason.
BUG=chromium-os:23927
TEST=Manual with chrome://histograms: see bug description
Review URL: http://codereview.chromium.org/8949020
TBR=ivankr@chromium.org
Review URL: http://codereview.chromium.org/9026004
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115501 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:21429
TEST=Manual: see bug description
Review URL: http://codereview.chromium.org/9006010
TBR=ivankr@chromium.org
Review URL: http://codereview.chromium.org/9027001
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@115500 0039d316-1c4b-4281-b951-d872f2087c98
|