- 12 Aug, 2014 40 commits
-
-
tfarina@chromium.org authored
We always pass false to it, so we will never load the common resources. The benefit of doing this is that it allow us to remove a call to LoadCommonResources(), which we are trying to remove. BUG=176960 TEST=None R=tony@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/451283002 Cr-Commit-Position: refs/heads/master@{#288978} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288978 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL adds a DisplayType property to app list SearchResult properties which will be used to determine where the results should be displayed in the experimental app list. BUG=349727 Review URL: https://codereview.chromium.org/455323003 Cr-Commit-Position: refs/heads/master@{#288976} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288976 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
AppListTestViewDelegate::CreateCustomPageWebViews now returns a vector of views, not a single view. AppListViewDelegate is now able to generate multiple custom launcher pages which will all be inserted into the launcher (but currently only ever produces a single one, from the --custom-launcher-page switch). BUG=399131 Review URL: https://codereview.chromium.org/441873004 Cr-Commit-Position: refs/heads/master@{#288975} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288975 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Previously, nothing would happen. Now there is a transition, everything slides away to the bottom of the screen and the rest is loaded. BUG=402017 TEST=manual R=huangs@chromium.org, pedrosimonetti@chromium.org Review URL: https://codereview.chromium.org/456833003 Cr-Commit-Position: refs/heads/master@{#288974} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288974 0039d316-1c4b-4281-b951-d872f2087c98
-
kingshuk.j@samsung.com authored
Remove redundant calls to canPaste() in PastePopupMenu. Inhibit calls to show PastePopupMenu if clipboard is empty. Removed unwanted layout attributes to fix the greying of the PastePopupMenu when diplayed beside the insertion handler. BUG=400705 Review URL: https://codereview.chromium.org/449033002 Cr-Commit-Position: refs/heads/master@{#288973} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288973 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=368049 Review URL: https://codereview.chromium.org/465673002 Cr-Commit-Position: refs/heads/master@{#288972} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288972 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
Now that this is done, we don't need to leave the class files laying around anymore. So don't. Review URL: https://codereview.chromium.org/458653002 Cr-Commit-Position: refs/heads/master@{#288971} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288971 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This is to clarify why we should not be dispatching synthetic mouse exit events on Windows. BUG=394672 R=sky Review URL: https://codereview.chromium.org/454053004 Cr-Commit-Position: refs/heads/master@{#288970} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288970 0039d316-1c4b-4281-b951-d872f2087c98
-
vogelheim@chromium.org authored
and send the option value via Preferences to the renderer. BUG=399580 Review URL: https://codereview.chromium.org/431323003 Cr-Commit-Position: refs/heads/master@{#288969} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288969 0039d316-1c4b-4281-b951-d872f2087c98
-
sohan.jyoti@samsung.com authored
Use PictureLayer instead of ContentLayer, and stop explicitly setting impl-side painting as false for tests. BUG=401492 Review URL: https://codereview.chromium.org/458153002 Cr-Commit-Position: refs/heads/master@{#288968} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288968 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
If the connection was dropped (network error or similar), the session was not being cleaned up straight away. Instead, the cleanup was delayed until the next time Java tried to connect, by which time it had already popped open the progress dialog. This raised an incorrect disconnection notification that closed the progress dialog. This CL ensures that disconnection causes an immediate notification to Java, and the state is kept consistent between Java and C++ code. BUG=395301 Review URL: https://codereview.chromium.org/407403002 Cr-Commit-Position: refs/heads/master@{#288967} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288967 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
I couldn't bring myself to add another #ifdef to view_event_test_base.cc, so this splits out the platform-specific stuff and paves the way to get interactive_ui_tests compiling on MacViews. This is done by adding a ViewEventTestPlatFormPart interface, which is implemented for (views platforms): chromeos, ash, and mac. There was also code for a non-ash aura platform, but all build configurations that would have used it are broken, so it's just rot and is removed. BUG=399191 Review URL: https://codereview.chromium.org/443553003 Cr-Commit-Position: refs/heads/master@{#288966} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288966 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
This updates to the following revision: aedf1212d667 2014-08-05 11:00 -0400 It includes changes from revision 131f3403a484 (2014-06-12 07:56 -0400) to revision aedf1212d667 (2014-08-05 11:00 -0400), listed at http://hg.mozilla.org/mozilla-central/log/aedf1212d667/netwerk/dns/effective_tld_names.dat R=pkasting@chromium.org BUG=37436 Review URL: https://codereview.chromium.org/460833002 Cr-Commit-Position: refs/heads/master@{#288965} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288965 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
ExtensionUpdater likes to create and destroy ExtensionDownloader instances as needed. This is fine, but it means duplicating efforts any time new dependencies need to be injected into ExtensionDownloader, because then they also need to be injected into ExtensionUpdater. This CL adds a factory callback to ExtensionUpdater's constructor so that ExtensionUpdater creators can opaquely inform the instance about how it should construct new ExtensionDownloaders. This also reverts the change to ExtensionDownloader's constructor which took an (optionally NULL) IdentityProvider; this can now instead be attached to new ExtensionDownloader instances by the factory responsible for their construction via the SetWebstoreIdentityProvider method. ExtensionService provides an example of this. BUG=398671 Review URL: https://codereview.chromium.org/456063002 Cr-Commit-Position: refs/heads/master@{#288964} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288964 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288963} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288963 0039d316-1c4b-4281-b951-d872f2087c98
-
jbroman@chromium.org authored
TBR=zerny@chromium.org Review URL: https://codereview.chromium.org/462903003 Cr-Commit-Position: refs/heads/master@{#288962} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288962 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=308347 Review URL: https://codereview.chromium.org/464683002 Cr-Commit-Position: refs/heads/master@{#288961} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288961 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This was removed by r288412 but daisy chooses an incorrect scale factor if missing. BUG=402518 R=oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/465783002 Cr-Commit-Position: refs/heads/master@{#288959} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288959 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
To remove chrome/ dependency from AutocompleteResult BUG=388504 TEST=components_unittest --gtest_filter="ShouldHideTopVerbatimTest.*" Review URL: https://codereview.chromium.org/450663002 Cr-Commit-Position: refs/heads/master@{#288958} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288958 0039d316-1c4b-4281-b951-d872f2087c98
-
amistry@chromium.org authored
This is just a skeleton of the extension and doesn't have any functionality. Can't use the existing hotword_helper since this has a hard dependency on a shared module (which doesn't yet exist). BUG=397019 Review URL: https://codereview.chromium.org/423083002 Cr-Commit-Position: refs/heads/master@{#288956} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288956 0039d316-1c4b-4281-b951-d872f2087c98
-
mshelley@chromium.org authored
R=wtc@chromium.org,rsleevi@chromium.org,mmenke@chromium.org BUG=398967 Review URL: https://codereview.chromium.org/446623004 Cr-Commit-Position: refs/heads/master@{#288955} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288955 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The datatype logic may be operating unders assumptions that break when the type is stopped from under it, possibly triggering crashes. BUG=402595 Review URL: https://codereview.chromium.org/462863002 Cr-Commit-Position: refs/heads/master@{#288954} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288954 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=334407 Review URL: https://codereview.chromium.org/461773002 Cr-Commit-Position: refs/heads/master@{#288953} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288953 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=350234 R=sky@chromium.org Review URL: https://codereview.chromium.org/455393002 Cr-Commit-Position: refs/heads/master@{#288952} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288952 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
Sync: Add a SyncTypePreferenceProvider interface to specify sync types to enable. The PSS evaluates these. For now, this is used by the SupervisedUserService to specify data types that must always be enabled. BUG=395105 Review URL: https://codereview.chromium.org/428143002 Cr-Commit-Position: refs/heads/master@{#288951} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288951 0039d316-1c4b-4281-b951-d872f2087c98
-
ckehoe@chromium.org authored
BUG=402118 Review URL: https://codereview.chromium.org/453203002 Cr-Commit-Position: refs/heads/master@{#288950} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288950 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
The thread watcher appears to be kicking on when we're trying to remove a handle. Not sure why. This converts some DCHECKs to CHECKs and fixes handling of the deadline. I suspect none of this will help, but it's worth a shot. BUG=399769 TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/454433003 Cr-Commit-Position: refs/heads/master@{#288949} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288949 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Add UMA to track how many users open the app info dialog. BUG=395501 Review URL: https://codereview.chromium.org/424943002 Cr-Commit-Position: refs/heads/master@{#288948} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288948 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManage… (https://codereview.chromium.org/449043002/) Reason for revert: https://code.google.com/p/chromium/issues/detail?id=402835 Original issue's description: > [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManager. > > Previously, client used methods on DevToolsManager passing |this| to most of them. > Instead, it should hold a scoped_refptr to inspected DevToolsAgentHost and talk > to it directly. This creates a single clean entry point for the client, and allows > in the future to handle browser-wide protocol messages and debug multiple hosts at once. > > BUG=401073 > TBR=kalman@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288452 TBR=jam@chromium.org,kalman@chromium.org,dgozman@chromium.org NOTREECHECKS=true NOTRY=true BUG=401073 Review URL: https://codereview.chromium.org/467653002 Cr-Commit-Position: refs/heads/master@{#288946} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288946 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288945} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288945 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/6b143b080820c34c9c0f80e5c682939e9ee3879d..ea13afff6e46d8a969611cdd56c996bfb05a27c1 One test, virtual/gpu/fast/canvas/canvas-createImageBitmap-colorClamping.html , has been marked as NeedsManualRebaseline with Blink r180027. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bsalomon@google.com NOTRY=True BUG= Review URL: https://codereview.chromium.org/466533002 Cr-Commit-Position: refs/heads/master@{#288944} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288944 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
ScopedClassSwizzler from ui/test is wanted for new tests where it can't currently be accessed. It also re-implements a concept in chrome/common/mac/objc_method_swizzle.* This change adds base::mac::ScopedObjCClassSwizzler, merges concepts from objc_method_swizzle, and adjusts chrome_browser_application_mac.mm to use the new swizzler. The test from objc_method_swizzle is adapted and extended for the scoped swizzler. BUG=378134 TEST=base_unittests Review URL: https://codereview.chromium.org/345243007 Cr-Commit-Position: refs/heads/master@{#288943} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288943 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288941} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288941 0039d316-1c4b-4281-b951-d872f2087c98
-
shannonwoods@chromium.org authored
BUG=401296 Includes fix for nameless struct handling. Review URL: https://codereview.chromium.org/451013004 Cr-Commit-Position: refs/heads/master@{#288940} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288940 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Due to not updating the version number, the list of events listened for by the component extension was not being updated. Therefore, profiles who had been using hotwording for a while now were still listening for events on tab events and therefore opening the hotword helper on any all tab events. By updating the version number, it will overwrite the events list and the helper should now only wake up upon messages directed to it from our specified locations. I've jumped from 1 to 2 because in reality, that's about where we should be based on the number of changes since version 1.0. BUG=400579,378844 TEST= 1) Run chrome with an old version such as 36. 2) In the Preferences file (<profile name>/Preferences) in the section named "dnhpdliibojhegemfjheidglijccjfmc", there should be a list named "events" which should look like: "events": [ "hotwordPrivate.onEnabledChanged", "tabs.onActivated", "tabs.onUpdated" ], 3) Now run the new version in the same profile directory. 4) In the same file and section as step 2, the "events" list should look like: "events": [ ] Review URL: https://codereview.chromium.org/457863002 Cr-Commit-Position: refs/heads/master@{#288939} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288939 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This test is disabled due to regression but it has been fixed in crbug.com/288321. So this patch re-enables the test. BUG=400892 TEST=browser_test passes TBR=fukino@chromium.org Review URL: https://codereview.chromium.org/455783003 Cr-Commit-Position: refs/heads/master@{#288938} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288938 0039d316-1c4b-4281-b951-d872f2087c98
-
mikelawther@chromium.org authored
This was done using the scripts in tools/metrics/histograms. NOTRY=true Review URL: https://codereview.chromium.org/444863002 Cr-Commit-Position: refs/heads/master@{#288937} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288937 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
BUG=374038 TEST=local tests on Nexus 7. Nexus 5 and Galaxy Note 3 R=tommi@chromium.org Review URL: https://codereview.chromium.org/458183002 Cr-Commit-Position: refs/heads/master@{#288936} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288936 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
UX feedback is that users generally look at the keyboard when starting to type passwords and thus miss the prompt. The UI will now show until the user types 5 characters instead of being dismissed after they type anything. BUG=318977 Review URL: https://codereview.chromium.org/447873004 Cr-Commit-Position: refs/heads/master@{#288935} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288935 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
BUG=402196 TEST=manually Review URL: https://codereview.chromium.org/461833002 Cr-Commit-Position: refs/heads/master@{#288934} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288934 0039d316-1c4b-4281-b951-d872f2087c98
-