- 12 Aug, 2014 40 commits
-
-
treib@chromium.org authored
BUG=372381 Review URL: https://codereview.chromium.org/466723003 Cr-Commit-Position: refs/heads/master@{#288999} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288999 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
TBR=mgiuca BUG=171450 Review URL: https://codereview.chromium.org/460833004 Cr-Commit-Position: refs/heads/master@{#288998} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288998 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/465933002 Cr-Commit-Position: refs/heads/master@{#288997} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288997 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Cr-Commit-Position: refs/heads/master@{#288996} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288996 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/459903002 Cr-Commit-Position: refs/heads/master@{#288995} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288995 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
As per spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#unregister-algorithm Unregister shouldn't doom the active worker or delete the registration until the active worker no longer controls a document. This means that if register() is called before that happens, the unregistration is effectively canceled. BUG=388095 TEST=https://codereview.chromium.org/416003003/ Review URL: https://codereview.chromium.org/413063004 Cr-Commit-Position: refs/heads/master@{#288994} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288994 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Fix an issue with view manager init service where you had to retain a connection to the init service until the window tree host was created otherwise embed calls would be dropped. R=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/463523003 Cr-Commit-Position: refs/heads/master@{#288993} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288993 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This changes the webview implementation of wrap_contents mode from custom code explicitly calculating the layout size to a pair of settings: "ignore viewport tag" (for older apps) and "set layout size height to 0". This means this code gets simpler and means we don't have to fix a bunch of races present in the current version of the code. BUG=392460, 398445 TBR=cevans@chromium.org Review URL: https://codereview.chromium.org/418883002 Cr-Commit-Position: refs/heads/master@{#288992} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288992 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
After running Delete() method, the iterator is expected to index the next entry, if exists. BUG=347425 TEST=./unit_tests --gtest_filter="LevelDBWrapper*" Review URL: https://codereview.chromium.org/461823002 Cr-Commit-Position: refs/heads/master@{#288991} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288991 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288990} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288990 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/459373002 Cr-Commit-Position: refs/heads/master@{#288989} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288989 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This matches the gyp build and is important for parts of the code that guard their API with UNIT_TEST. For instance, chrome/browser/ui/views/omnibox/omnibox_view_views.h has a GetRenderText function guarded by #if UNIT_TEST that shadows a protected function GetRenderText from its parent class views::Textfield, but with different const-ness. If c/b/u/v/o/omnibox_view_views.cc is compiled with UNIT_TEST set, it attempts to use the guarded member function instead of the base class which fails to compile. R=brettw@chromium.org Review URL: https://codereview.chromium.org/464503003 Cr-Commit-Position: refs/heads/master@{#288988} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288988 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBR=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/460863002 Cr-Commit-Position: refs/heads/master@{#288987} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288987 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
CL 435583003 adds usage of std::numeric_limits without including the required header "limits" header. Let's fix that. BUG=398712 NOTRY=true Review URL: https://codereview.chromium.org/454413002 Cr-Commit-Position: refs/heads/master@{#288986} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288986 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
BUG=402319 TEST=manually and run browser_tests gtest_filter=*FileManager* Review URL: https://codereview.chromium.org/458103002 Cr-Commit-Position: refs/heads/master@{#288985} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288985 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
This CL removes V8DOMWindowShell.createContext.IsolatedWorld and V8DOMWindowShell.createContext.MainWorld. They are already dead. Review URL: https://codereview.chromium.org/461523002 Cr-Commit-Position: refs/heads/master@{#288984} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288984 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
Rename transparentBackground -> alphaEnabled (per the spec). Add app.window.alphaEnabled permission to control which apps are allowed to use alphaEnabled when creating windows. Add browsertests to verify that the API is only available when permission had been granted and Beta channel or newer. Add a whitelist (only used in Stable) for this API that defaults to the same set of apps as for app.window.shape. BUG=260810 Review URL: https://codereview.chromium.org/190533006 Cr-Commit-Position: refs/heads/master@{#288983} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288983 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/463743002 Cr-Commit-Position: refs/heads/master@{#288982} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288982 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288981} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288981 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
This roll contains following change: r1960: Guard against configurations without 'xcode_settings' r1961: Pull in relevant targets when using xcode-ninja r1962: Currently I've special cased gyp* file modifications higher... r1963: Style changes for analyzer r1964: Provide a way to suppress implicit MIDL generation rules for actions TBR=scottmg@chromium.org BUG=321462 Review URL: https://codereview.chromium.org/467483002 Cr-Commit-Position: refs/heads/master@{#288980} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288980 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
ComponentExtensionIMEManager::FindEngineEntry() only needs to find for extension. BUG=402222 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/457943002 Cr-Commit-Position: refs/heads/master@{#288979} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288979 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-