| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=3333
TEST=NONE
Review URL: http://codereview.chromium.org/6703005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Old and boring: http://www.dropmocks.com/mSiEY
New hotness: http://www.dropmocks.com/mSiEM
XIB changes: Move the two subviews of the NSSplitView into an NSTabView instead, change the |splitView_| outlet to |tabView_| and |lowerScrollView_| to |blockedScrollView_|. Add a placeholder below the tab view, hooked up to the |cookieDetailsViewPlaceholder_| outlet.
BUG=63650
TEST=See bug for manual test.
Review URL: http://codereview.chromium.org/6673114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=simonjam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
content_settings::PrefDefaultProvider.
BUG=63656
TEST=desktop_notifications_service_unittest.cc, host_content_settings_map_unittest.cc
Review URL: http://codereview.chromium.org/6708009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78688 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The history tests used to be flaky on all platforms.
Several fixes were made, and now the flakiness dashboard shows that the only source of failures is due to adding a URL and searching right away on windows XP. The test that fails has been isolated in a single subtest (ExtensionHistoryApiTest.SearchAfterAdd), and all other tests are no longer marked as flaky.
BUG=26296
TEST=ExtensionHistoryApiTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78542
Review URL: http://codereview.chromium.org/6698028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
|in_value|. In any cases. What is passed in get's owned.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6695019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78686 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76366
TEST=Open https:// site, open DevTools console, ensure window.performance.timing.secureConnectionStart is not zero.
Review URL: http://codereview.chromium.org/6677077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78685 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Introduce LoginDisplayHost interface.
2. BaseLoginDisplayHost is an abstract class that manages lifetime of the
WizardController and ExistingUserController.
Moved ShowLoginWizard from WizardController here.
3. ViewsLoginDisplayHost is host for views specific implementation:
- ViewsLoginDisplay
- BackgroundView (currently contains StatusArea as well)
Left unchanged:
- Both WC and EUC expose default instance.
- Should move to a concept of "screen" so that it'll better integrates with WebUI login implementation.
Enabled SwitchLanguage test.
BUG=chromium-os:11864, chromium-os:8974
TEST=existing tests, autotests, manually
Review URL: http://codereview.chromium.org/6610014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Settings saved via ScheduleSavePersistentPrefs may be lost if exitted via chromeos::RestartJob.
Evidence of those losses were observed on debug build:
change language on new user pod and then start new incognito session: in ~20-30% cases changed language is lost.
BUG=chromium-os:13102
TEST=Manual
Review URL: http://codereview.chromium.org/6710001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:12723
TEST=Manual
Review URL: http://codereview.chromium.org/6708008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78682 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Following http://codereview.chromium.org/6684018,
remoting requires NSS to be initialized in the render side.
This change allows to compile with openssl.
BUG=none
TEST=compiles with use_openssl=1
Review URL: http://codereview.chromium.org/6665065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:9957
TEST=manually on the netbook
Review URL: http://codereview.chromium.org/6649017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TEST=Start Chrome with a --vmodule command-line flag, and
verify that the service process produces verbose logging
accordingly.
Review URL: http://codereview.chromium.org/6693020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change updates the DEPS file to pull the GYP changes for libjpeg-turbo and ffmpeg that support the 'use_system_yasm' flag to the Chromium tree.
TBR=scherkus,mark
BUG=none
TEST=build Chromium
Review URL: http://codereview.chromium.org/6665032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=timurrrr
BUG=76647
Review URL: http://codereview.chromium.org/6688030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=timurrrr
BUG=76644
Review URL: http://codereview.chromium.org/6708022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78671 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
seeding the initial connection is always desirable.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6712021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename CreateDc to Init() and remove unused argument (all non-test calls were CreateDc(NULL, NULL). [This matches cross platform interface.]
- Remove CreateFileBackedDc from the NativeMetafile interface and make InitToFile() in the EMF class.
- Remove CreateFromFile from the NativeMetafile interface and make it InitFromFile() in the EMF class.
- Move the CloseEmf method into the destructor, making the Emf class a use once class (matches actual use).
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6695013
TBR=vandebo@chromium.org
Review URL: http://codereview.chromium.org/6712030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure SBPrefix is a fixed size.
PrefixSet tests for single-element set, set with large deltas, and
int32 space edge cases.
PrefixSet::GetPrefixes() can be const.
Consolidate the SafeBrowsingDatabase GetPrefixes() checking code.
Check whether deltas fit by directly checking whether the delta fit.
Add a histogram for checking if SBPrefix really was crazy.
BUG=71832
TEST=none
Review URL: http://codereview.chromium.org/6711021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename CreateDc to Init() and remove unused argument (all non-test calls were CreateDc(NULL, NULL). [This matches cross platform interface.]
- Remove CreateFileBackedDc from the NativeMetafile interface and make InitToFile() in the EMF class.
- Remove CreateFromFile from the NativeMetafile interface and make it InitFromFile() in the EMF class.
- Move the CloseEmf method into the destructor, making the Emf class a use once class (matches actual use).
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6695013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78666 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The service process needs FilePathWatcher, and with this change I
got rid of the dependency on BrowserThread which allows it to be moved to common/...
I also tried my hand at a kqueue impl on the Mac, but failed.
See http://code.google.com/p/chromium/issues/detail?id=54822#c13 for details.
BUG=74983
TEST=BUILD
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78664
Review URL: http://codereview.chromium.org/6670081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The service process needs FilePathWatcher, and with this change I
got rid of the dependency on BrowserThread which allows it to be moved to common/...
I also tried my hand at a kqueue impl on the Mac, but failed.
See http://code.google.com/p/chromium/issues/detail?id=54822#c13 for details.
BUG=74983
TEST=BUILD
Review URL: http://codereview.chromium.org/6670081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78664 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices).
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6665046
TBR=vandebo@chromium.org
Review URL: http://codereview.chromium.org/6713029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78663 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices).
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6665046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78662 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as it didn't fix everything.
Revert 78645 - Fix build break
TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/6714007
TBR=ericu@google.com
Review URL: http://codereview.chromium.org/6709020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
everything.
Revert 78645 - Fix build break
TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/6714007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78660 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=jam
Review URL: http://codereview.chromium.org/6713026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78659 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use SyncBackendHost::ConfigureDataTypes() instead and make
SyncManager reload enabled types from ModelSafeRoutingInfo.
Make SyncBackendHost own the SyncNotifierFactory.
BUG=76268
TEST=
Review URL: http://codereview.chromium.org/6693012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=jam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
traverse and single for selection.
BUG=NONE
TEST=When installing an unpacked extension, you need to select a folder.
Review URL: http://codereview.chromium.org/6709017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6665060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Test out using RefCountedThreadSafeBase for all refcounting. Will revert
after I'm done testing performance implications.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6712009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78649 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be proxied moved into a new shared_impl file, which required a decent amount of
glue to make it callable from both the implementation and the proxy. The payoff
here is only marginal since the code is fairly simple, but I decided this is
still better than duplication.
This also includes some comments from my audio patch that I forgot in that CL.
BUG=none
TEST=ppapi_tests run out of process pass
Review URL: http://codereview.chromium.org/6676045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78646 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78645 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
browsers are available.
BUG=76335
TEST=Verify that the Import dialog correctly cancels when no browsers are available for import.
Review URL: http://codereview.chromium.org/6688016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78644 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=avi
Review URL: http://codereview.chromium.org/6713024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78643 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
child contexts.
The child contexts create them and are then responsible for deleting them. This fixed a crash where the child contexts were passing an invalid texture ID to glBlitFramebufferANGLE.
TEST=can't reproduce bug locally anymore, trybots
BUG=75661
Review URL: http://codereview.chromium.org/6670074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78642 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
phishing detection code.
BUG=
TEST=ClientSideDetectionHostTest
Review URL: http://codereview.chromium.org/6670053
TBR=noelutz@google.com
Review URL: http://codereview.chromium.org/6713023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78641 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=avi
Review URL: http://codereview.chromium.org/6685072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Resubmit of http://codereview.chromium.org/6710009/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6712018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78639 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13082
TEST=none
Review URL: http://codereview.chromium.org/6688011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
phishing detection code.
BUG=
TEST=ClientSideDetectionHostTest
Review URL: http://codereview.chromium.org/6670053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60822
TEST=none
Review URL: http://codereview.chromium.org/6708004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78634 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of initializing NSS before the sandbox is engaged this loads the
necessary additional libraries for NSS to function properly. This allows
initializing NSS after sandbox is closed and solve the security problem
of loading NSS early.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6672034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78633 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78631 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6688018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
in the content settings subpage, if you scroll to the bottom of the page and click on one of the labels there (e.g. for geolocation), the subpage still closes. This makes the workaround work for this case.
BUG=75338,chromium-os:12679
TEST=manual
Review URL: http://codereview.chromium.org/6713017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78626 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6709009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78625 0039d316-1c4b-4281-b951-d872f2087c98
|