| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(WebKit change has rolled and a flaky test seems to be stable).
TEST=GeolocationBrowserTest.*
BUG=40099
Review URL: http://codereview.chromium.org/1687002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45441 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Add a method |IsManaged()| to the |PrefStore::Preference| class that returns true if the preference cannot be set by the user. Because we currently don't actually implement managed preferences yet, the implementation always returns false.
BUG=40260
Review URL: http://codereview.chromium.org/1744002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45440 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=42072
TEST=manual tetsting, existing automated tests
Review URL: http://codereview.chromium.org/1631029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45434 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
/etc/gtk-2.0/gtkrc. This CL fixes explicitly set fonts to use predefined
fonts from ResourceBundle.
BUG=crosbug.com/2795
TEST=See font size of login and welcome screens.
Review URL: http://codereview.chromium.org/1748008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45427 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=36025
TEST=manual
Review URL: http://codereview.chromium.org/1744003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=41466
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Users could already be typing in the omnibox before the load commits (e.g. due to a slow renderer process startup) and this typing would then be selected and overwritten.
BUG=41466
TEST=On a very slow machine, typing before a new tab finishes loading should not be selected or cleared once the tab finishes loading.
Review URL: http://codereview.chromium.org/1738004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45406 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=39215
TEST=manual
Review URL: http://codereview.chromium.org/1747010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45400 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=24672
TEST=download a file and verify that works as before.
Patch from Thiago Farina <thiago.farina@gmail.com>
Review URL: http://codereview.chromium.org/1646015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed the layout of buttons on notification.
This fits nicer because a notification can be shorter and menu requires more hight.
Enable double buffer where necessary to avoid flicker.
Fixed a condition to close ControlViewHost.
It should be closed when renderer is deleted.
Fixed notification_browsertest so that it passes on chromeos device.
Note: changes to native_view_host_gtk and widget_gtk are being done separately in
http://codereview.chromium.org/1725005
so you do not need to review them. I won't check this in unless that one is approved.
BUG=23445,33306
TEST=no functional change. all tests must still pass.
Review URL: http://codereview.chromium.org/1754003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45395 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
happens when the ExternalTabContainer is destroyed
and it attempts to unregister the accelerators via the focus manager. The call to GetFocusManager which is implemented by the widget
causes a pure virtual function error. I was able to repro this crash once and it looks like the ExternalTabContainer is valid at this
point.
Workaround is to remember the focus manager pointer during initialization and use the same during tear down.
Should fix bug http://code.google.com/p/chromium/issues/detail?id=42365
Bug=42365
Review URL: http://codereview.chromium.org/1734007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45393 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=37119
TEST=build official exe, run with --chrome-sxs
Review URL: http://codereview.chromium.org/1727006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45388 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The process grouping logic is unfortunately duplicated in SiteInstance and
RenderView. URLs that are part of extension X's web extent get converted into
a pseudo URL of the form chrome-extension://X/path. This groups pages from an
extension app and its offline resources into the same process.
The rest is mostly plumbing and passing data around.
BUG=41273
Review URL: http://codereview.chromium.org/1735004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45384 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the icons line up under the star icon, and the text line up under
the field text.
BUG=42338
TEST=Start typing, verify that things like up. Use Pixie.app if you need magnification.
Review URL: http://codereview.chromium.org/1729007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45381 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This allows the shared code to build on the BSDs without
them needing to build _linux files.
Review URL: http://codereview.chromium.org/1701005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45380 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if there is no checkbox checked.
BUG=30401
TEST=open Clear Browsing Data dialog, unckeck all checkboxes,
see if the "Clear browsing data" button is disabled.
Patch from Thiago Farina <thiago.farina@gmail.com>
Review URL: http://codereview.chromium.org/1602007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45378 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This matches drags originating in the tabbed download manager.
BUG=42147
TEST=manual
Review URL: http://codereview.chromium.org/1690002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45368 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/1700006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45363 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
would only make the duplicated tab pinned if it was the last pinned
tab. Now the duplicated tab is always pinned.
BUG=41418
TEST=create two pinned tabs, duplicate the first and make sure the
newly duplicated tab is pinned and between the first and second tabs.
Review URL: http://codereview.chromium.org/1694010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45362 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromiumos:2212
TEST=LoginProfileTest.UserPassed
Review URL: http://codereview.chromium.org/1714005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45358 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The reason for the refactoring is so that the splitter can be used in cases where there are multiple columns.
This also adds a workaround for https://bugs.webkit.org/show_bug.cgi?id=32230 which causes the splitter to not work correctly when the page is zoomed.
BUG=42282, 42290
TEST=Open the bookmark manager. Zoom the page. Then drag the splitter.
Review URL: http://codereview.chromium.org/1763004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45356 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
because try servers don't like binary files.
TBR=erikkay@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1743003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45349 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SessionRestore::RestoreTabsToBrowser()
to Browser::AddRestoredTab().
BUG=40232
TEST=none
Review URL: http://codereview.chromium.org/1642013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes over-delete in FormStructure::GetHeuristicFieldInfo and adds defensive checks for NULL in FormStructure::GetHeuristicAutoFillTypes().
Also makes explicit copy constructors for various form field types.
BUG=42211
TEST=FormStructureTest
Review URL: http://codereview.chromium.org/1744005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45333 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
same theme.
(landing for satish@chromium.org, original http://codereview.chromium.org/1745003/show)
This allows user to easily undo a theme install if they accidentally installed the same theme multiple times.
BUG=40856
TEST=visit the themes gallery, install the same theme twice and hit 'Undo' in the theme info bar to verify that it rolls back to the correct previous theme.
Review URL: http://codereview.chromium.org/1771001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=42185
TEST=In the bug.
Review URL: http://codereview.chromium.org/1732004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45330 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Install an app with a long enough title to show the ellipsis. Hower over the icon and a tooltip should be shown.
Review URL: http://codereview.chromium.org/1728006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45323 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pressing escape while performing a drag inside the autocomplete popup should
abort the drag and not changed the selected item. This is a rewrite of
pkasting's r37724 for GTK instead of views.
BUG=35710
TEST=none
Review URL: http://codereview.chromium.org/1758002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=avi
TEST=flaky
BUG=42318
Review URL: http://codereview.chromium.org/1735005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I had to do two changes to existing tests to get these to work:
. Wizard tests wait until all the wizard related classes have been destroyed. At the time the tests want to quit the wizard classes haven't been shut down, so I needed to add an event to know when this happens. See comment as to why this is the case.
. PanelBrowserTests were flakey because they were waiting for page to load, which can happen before javascript finishes completing.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1735001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=still crashy on Windows
BUG=42315
Review URL: http://codereview.chromium.org/1737004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=rafaelw
TEST=still flaky
BUG=42314
Review URL: http://codereview.chromium.org/1690006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CL now applies after r45225 (Throw out preferences files that are corrupt rather than keeping them in read-only mode), which means that the changes in that commit moved to JsonPrefStore.
I updated JsonPrefStoreTest.InvalidFile to test the new behavior.
***
In order to implement platform-specific policies, reading and writing preferences needs to be abstracted from the |PrefService|. The interface for that is now |PrefStore|, with an implementation |JsonPrefStore|, which stores the pref data in a JSON file. There is another implementation, |DummyPrefStore|, which doesn't store any persistent preferences, and is currently used for tests.
Most of the changes are for using the new interface, which is |new PrefService(new JsonPrefStore(filename))| instead of |new PrefService(filename)|.
BUG=40259
TEST=PrefServiceTest.*:PrefServiceSetValueTest.*:PrefMemberTest.*:JsonPrefStoreTest.*
Review URL: http://codereview.chromium.org/1717007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45309 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=jamesr
TEST=still crashy
BUG=42301
Review URL: http://codereview.chromium.org/1722005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We don't have to update input method descriptors since they are not related to locales.
BUG=none
TEST=ran browser_tests.
Review URL: http://codereview.chromium.org/1723008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used to use a magic number 30 to do the aligning but
with this change, we'll compute the horizontal offset at run time.
This is much cleaner, and more precise.
TEST=manually
BUG=crosbug.com/2720
Review URL: http://codereview.chromium.org/1711007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45297 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=40932
TEST=none
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/1747009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=41712
TEST=as per bug comment 8 http://crbug.com/41712#c8
Review URL: http://codereview.chromium.org/1679002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Moving all input method related constants from preferences.cc to language_preferences.h.
This change is necessary to implement a configuration dialog for Pinyin input method.
BUG=crosbug.com/488
TEST=ran browser_tests
Review URL: http://codereview.chromium.org/1631030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TalkMediator::Login method has to be explicitly called.
BUG=None
TEST=Test Bookmarks Sync notifications.
Review URL: http://codereview.chromium.org/1737002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45286 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Removing redundant timer supspension. This was causing an over delete when dragging to parent folder.
BUG=40006
TEST=BookmarkBarFolderControllerTest.HoverState
Review URL: http://codereview.chromium.org/1766003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before acting on a notification from TalkMediator.
BUG=None
TEST=Test Bookmarks Sync Notifications.
Review URL: http://codereview.chromium.org/1700003
TBR=sanjeevr@google.com
Review URL: http://codereview.chromium.org/1694009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=40020
TEST=DirectoryBackingStoreTest.Corruption
Review URL: http://codereview.chromium.org/1733008
TBR=albertb@chromium.org
Review URL: http://codereview.chromium.org/1733009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45272 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BookmarkBubbleGtk::Show()'s signature changed but was mis-merged in
revert of r43146 (http://codereview.chromium.org/1491003).
BUG=none
TEST=waterfall
TBR=pkasting@chromium.org
Review URL: http://codereview.chromium.org/1695005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UI changes for purposes of testing and merging into mstone-5.
Also ++kThemePackVersion and regenerate the cached theme pak.
Reverted changes:
r45213: GTK: Override cursor colors in chrome-theme mode.
r45103: Support drawing nano tabs in the tabstrip.
r45084: GTK: Position the EV certificate stuff inside a green bubble.
r44979: Subclassing the InfoBubble to handle anchoring bubbles basedon...
r44957: GTK: Tint the geolocation icons in gtk mode.
r44943: Changes FormatURL to not strip http if the host starts with ft...
r44930: Remove an icon that is no longer used.
r44929: SSL UI changes, Windows, code side (images are separate).
r44859: SSL UI changes (icons). TBRed since trybots hate binary patches.
r44822: GTK: Select better greens in the native omnibox popup.
r44814: GTK: navigate to URL on PRIMARY when middle-clicking the locat...
r44789: [Mac] Bookmark star missing on NTP and BMM.
r44775: [Mac] Centralize hack to make tests work with AutocompleteClas...
r44678: Display the SECURITY_WARNING status in the location bar for the
r44648: [Mac] Add an arrow cursor rect for the location image.
r44615: Revert r44611 because it may have broken "unit_tests" on "Vist...
r44611: Display the SECURITY_WARNING status in the location bar for the
r44577: Revert 44572 - [Mac] Update locationbar icon as user types.
r44572: [Mac] Update location-bar icon as user types.
r44555: GTK: Use correct button mask on reload button.
r44545: [Mac] Omnibox text drag drag URL when select-all.
r44523: GTK: Prevent inappropriate drag of location bar location icon.
r44519: GTK: make the primary selection include the url's scheme when ...
r44492: [Mac] Fix search icon in keyword search to be right-side-up.
r44415: GTK: Update top padding on icons in the autocomplete popup.
r44401: GTK: Tint omnibox icons in GTK mode differently.
r44380: GTK: Move reload in gtk mode and fix omnibox popup location.
r44282: Fixes crash in autocomplete when typing some URLs. The problem
r44273: [Mac] PDF icons for omnibox nits.
r44269: Fix build break due to bad merge resolve
r44268: Shift omnibox dropdown in and up on Windows, and square off th...
r44178: GTK: fix TTS padding.
r44177: Round the top left and right edges of the toolbar.
r44171: Images only checkin for try server goodness.
r44163: GTK: fix padding of autocomplete popup.
r44152: [Mac] PDF icons for omnibox.
r44145: GTK: Theme the icons in the location bar and use GTK colors fo...
r44140: Strips http from the omnibox
r44131: Fixes bugs in new tab strip animations where they weren't doin...
r44116: Change the default theme colors.
r44117: Add newline to EOF to fix CrOS builder.
r44115: Make the bottom edges of the opaque frame rounded.
r44091: [Mac] No star icon or page actions in omnibox on popups.
r44087: Don't allow drag or click on location icon when editing in omn...
r44021: [GTK] Add TTS lens graphic to linux TTS box.
r44008: [Mac] Tweak location icon spacing in omnibox.
r43977: GTK: don't show the star or page actions in ShouldOnlyShowLoca...
r43972: Make the firstrun bubble point at a better spot now that the l...
r43971: [Mac] Location icon in omnibox as drag source.
r43970: Make the star and page action icons not appear on popup windows.
r43954: Fixes bug in TabStrip where dragging tab out then back in rapidly
r43864: Tweaks to BoundsAnimator/SlideAnimation and TabStrip:
r43787: Allow location icon to be dragged & dropped. This also fixes ...
r43759: Changes end cap of tab-to-search images.
r43740: Change bookmark bar toggle to ctrl-shift-b.
r43723: Show Page Info dialog on mouse up, not mouse down.
r43677: Fix Mac build failure.
r43676: Replace omnibox icons with new set that are all the same size ...
r43596: Fix browser test TestStarButtonAccObj.
r43593: Disables TestStarButtonAccObj.
r43582: Changes tab strip to use BoundsAnimator for tab strip animatio...
r43563: GTK: don't show reload button for popup/app windows.
r43562: Star/reload shuffle, Windows version.
r43540: [Mac] Magnifying glass in keyword-search bubble.
r43482: Adds images needed for new tab animation. I'm separating this ...
r43422: Add reload mask resource.
r43392: GTK: make the location icon a drag source.
r43376: [Mac] Move star button into page-actions area of omnibox.
r43357: [Mac] Line up omnibox popup under field.
r43290: gtk: fix display of icons in omnibox popup
r43269: GTK: fix reload button.
r43249: [Mac] Rearrange SSL status icon/label in omnibox.
r43248: BrowserThemePack: Adds persistant ids for the reload endcaps.
r43241: GTK: more location bar updates.
r43191: Fix memory leak in BrowserThemePack.
r43154: GTK: set the new star button's ID
r43151: Fix bad conflict resolution for r43146.
r43146: GTK: toolbar reload/star shuffle.
r43025: Show the location bar icon (almost) all the time, and have its...
r43023: Add new images for new reload button. No code change.
r42782: Remove this icon, now that it's no longer used (due to my secu...
r42502: Omnibox M5 work, part 1: Security changes
r42245: Check in new icons for omnibox security changes alone, so that...
BUG=none
TEST=Eyjafjallajokull
R=pkasting@chromium.org,beng@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
a notification from TalkMediator.
BUG=None
TEST=Test Bookmarks Sync Notifications.
Review URL: http://codereview.chromium.org/1700003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=40020
TEST=DirectoryBackingStoreTest.Corruption
Review URL: http://codereview.chromium.org/1733008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Customize Sync dialog. (this is because we're shipping Themes first)
BUG=41833
TEST=visual inspection: bring up the Customize Sync dialog. The Themes checkbox should be before the Autofill one.
Review URL: http://codereview.chromium.org/1715002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45255 0039d316-1c4b-4281-b951-d872f2087c98
|