- 07 Aug, 2014 40 commits
-
-
tfarina@chromium.org authored
It was originally committed at r286362 and reverted in r286467. BUG=None TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn R=scottmg@chromium.org,brettw@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/427293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288006 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
Currently WaitMany doesn't ensure that the corresponding |Signal| is done when the WaitMany call is returned. That is problematic when we share the event over threads and want to wait for detaching it in order to delete it after that. BUG=397435 R=agl@chromium.org Review URL: https://codereview.chromium.org/419773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288005 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=398946 TEST=manual and browser test Review URL: https://codereview.chromium.org/442833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288004 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
If the cast extension is not install, video player doesn't activate the cast-related feature. BUG=399557 TEST=manually tested R=fukino@chromium.org Review URL: https://codereview.chromium.org/443083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288003 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
BUG=400989 TEST=trybots Review URL: https://codereview.chromium.org/448803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288002 0039d316-1c4b-4281-b951-d872f2087c98
-
kcconley@gmail.com authored
+ Use env var LD (default to CXX) + Exclude run_all_unittests.cc from build NOTRY=true R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/445713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288001 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
It is possible that Enterfullscreen() is called on an video element without src attribute. Then later on, when the player got initialized, we should let the player enter fullscreen. The current implementation calls Enterfullscreen first in video url cases. This will cause an issue that the BrowserMediaPlayerManager doesn't know which player to pass the surface to. As a result, we should delay EnterFullscreen() call until the player is initialized. And there is no point to ask a player to enterfullscreen if it is not created. BUG=400935 Review URL: https://codereview.chromium.org/446003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288000 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
The Polymer which Audio Player currently used is outdated. This patch uprev it to the latest version (currently 0.3.4). BUG=397520 TEST=manualy tested R=hirono@chromium.org Review URL: https://codereview.chromium.org/444223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287999 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Will let us show gpu memory usage in a more-intuitive way in frame viewer. Review URL: https://codereview.chromium.org/447963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287998 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This CL updates the lexer, parser and also the internal representation of mojom modules. The changes to the generators will be in a separate CL. This CL doesn't change data_tests.py because it has been broken for quite a while. We could fix it in a separate CL if we think that it is still useful. BUG=324170 TEST=those updated test files. Review URL: https://codereview.chromium.org/437643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287997 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
First steps towards allowing AiS on more platforms. R=stevet@chromium.org BUG=none Review URL: https://codereview.chromium.org/447073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287996 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Added function that allows javascript apps using gcdPrivate to get a list of networks with prefetched passwords. Fixed reland of https://codereview.chromium.org/434733003/ which was reverted due to test failure. BUG=383167 TBR=asargent@chromium.org,vitalybuka@chromium.org Review URL: https://codereview.chromium.org/450533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287995 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This regressed with the LegacyRenderWidgetHostHWND. It looks like the reason is that the LegacyRenderWidgetHostHWND eats paint messages which would previously cause an invalidation in the parent when bounds change, etc. Proposed fix is to pass SWP_NOREDRAW to the SetWindowPos calls used by the LegacyRenderWidgetHostHWND class. BUG=388690 R=sky Review URL: https://codereview.chromium.org/440793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287994 0039d316-1c4b-4281-b951-d872f2087c98
-
ericzeng@chromium.org authored
This CL enables autosizing for extension options guests using the built-in autosizing functionality in GuestViewBase. BUG=386838 Review URL: https://codereview.chromium.org/431503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287993 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=333201 Review URL: https://codereview.chromium.org/446063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287992 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@google.com authored
TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/444373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287991 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=400611 Review URL: https://codereview.chromium.org/446153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287990 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
This creates a PageManager.Observer class which delegates handling of page history and title changes to an uber page observer: - page_manager.js - uber_page_manager_observer.js The About page content is separated into its own file so in a future CL it can be used as an overlay on another page. The custom overlay implementation in help_base_page.js is no longer needed. R=dbeam@chromium.org BUG=313244 TBR=ben@chromium.org (for c/b/browser_resources.grd) Review URL: https://codereview.chromium.org/423533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287989 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Currently, it only adds pylint checks, with a blacklist for all the files that fail horribly (or in otherwise mysterious ways). Also fix a few (less mysterious) pylint failures. Remove some pylint suppressions (since we now add appropriate directories to the python module path for pylint). R=sky@chromium.org Review URL: https://codereview.chromium.org/443293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287988 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
the real context type, not assume it's BLESSED_CONTEXT_TYPE (which has always been wrong). This cleans up some other code. BUG=391944 R=rockot@chromium.org Review URL: https://codereview.chromium.org/427983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287987 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=400948 TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/449673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287986 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287985 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/445133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287984 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
r172: Respect output_all_resource_defines when generating structures in resource maps. TBR=tony@chromium.org Review URL: https://codereview.chromium.org/446693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287983 0039d316-1c4b-4281-b951-d872f2087c98
-
ivandavid@chromium.org authored
If |type| in RequestPrintPreview() equals PRINT_PREVIEW_USER_INITIATED_ENTIRE_FRAME and |is_loading_| is true, RequestPrintPreview() returns, then is called again, right after |is_loading_| is set to false in DidStopLoading(). BUG=376969 TEST=See bug for steps to reproduce. Additional way to reproduce: Build blink_tests and browser_tests in out/Release. Then in src/webkit/tools/layout_tests run this command: ./run_webkit_tests.py --platform browser_test.linux source_pdf/ you can replace linux with win or mac depending on your platform. The program will attempt to save a PDF as a PDF through print preview. It will eventually fail because Print Preview will hang due to this bug. If you want visual confirmation that this will happen open: src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver.py. Then add this line of code to the function cmd_line. cmd.append('--enable-pixel-output-in-tests') Then run the script again. Enabling pixel output will also make it significantly more likely for the bug to occur. Its also more likely to happen on windows for some reason. This is how I came across the bug. Review URL: https://codereview.chromium.org/427723004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287982 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
browser_desktop_root_window_host_x11.cc uses g_dbus_proxy_call which is provided by libgio-2.0, so we should depend on the gio target too. BUG=265560 Review URL: https://codereview.chromium.org/439613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287981 0039d316-1c4b-4281-b951-d872f2087c98
-
dhnishi@chromium.org authored
Website Settings options page. Image: http://imgur.com/LzbuTsJ BUG=372607 Review URL: https://codereview.chromium.org/445623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287979 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
This will be used for the Android preferences UI BUG=400888 Review URL: https://codereview.chromium.org/440283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287978 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Make the Linux implementation of GetFontRenderParams() cache the ten most recent results to greatly reduce the number of Fontconfig queries that are performed. BUG=376077,391830 Review URL: https://codereview.chromium.org/440773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287977 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
To communicate with whispernet (which needs to be checked in as a pNacl binary), the only way possible is for us to go through an extension. This code implements the ChromeWhispernetClient, which uses the whispernet proxy compoent extension. This extension is implemented on top of a private API that allows it to communicate back and forth with the ChromeWhispernetClient. The tests for this code exist only for the ChromeWhispernetClient since they excersize the full flow back and forth from sending a request to encode a token to receiving the samples, and then decoding samples and receiving the correct token. This is our temporary measure for M38 till we can find a better way to communicate with the whispernet library. Owners reviews requested: xiyuan@ - For the overall review + the whispernet proxy code in c/b/r/whispernet_proxy jochen@ - For adding components/copresence to c/b/DEPS kalman@ - For the copresence_private API ben@ - For adding the c/b/copresence directory and the OWNERS file + the addition to c/b/browser_resources.grd R=ben@chromium.org, jochen@chromium.org, kalman@chromium.org, xiyuan@chromium.org BUG=365493 Review URL: https://codereview.chromium.org/438513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287976 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Causing timeout on "Win7 Tests (dbg)(1)" http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/30316 > 1. Adds action-parsing functionality for data reduction proxy header. > > 2. Adds a couple of functions to return different fingerprint value for tamper detection. > > 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. > > 4. Changes HasDataReductionProxyViaHeader to also tell > whether data reduction proxy Via header occurs at the last > or not. > > > BUG=381907 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 > > Review URL: https://codereview.chromium.org/387353003 TBR=xingx@chromium.org Review URL: https://codereview.chromium.org/445323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287975 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287974 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
OneClickSigninHelper::HandleCrossAccountError has an input parameter of web contents that may have been killed when the method is called, e.g. signin from the new avatar bubble. Instead this method should just use the current active tab, since it is only used to attach a tab-modal warning dialog. BUG=388607 Review URL: https://codereview.chromium.org/444083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287973 0039d316-1c4b-4281-b951-d872f2087c98
-
liyanhou@chromium.org authored
Add a basic browser test for functions in notification provider API. This is mainly to test the connection and provide a skeleton for future tests. The functions are not fully implemented yet, and more tests will be added as the functions are implemented. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287692 Review URL: https://codereview.chromium.org/416423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287972 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
and move it to components/renderer_context_menu/renderer_view_context_menu_base.{h|cc} BUG=397320 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/432003007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287971 0039d316-1c4b-4281-b951-d872f2087c98
-
megjablon@chromium.org authored
The data reduction proxy client should be specific about it's capabilities by specifying the version of the proxy client that is being used. A version field is now added to the Chrome-Proxy header in requests, but that version is set to zero. This corrects the version field in the Chrome-Proxy header to be the chromium build and patch number. BUG=367268 Review URL: https://codereview.chromium.org/430643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287970 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/134623005/tkent@chromium.org authored
Reason for revert: Broke some layout tests Original issue's description: > Make SingleThreadProxy a SchedulerClient > > This makes ui::Compositor no longer in charge of > scheduling commits and draws, deferring it to cc::Scheduler. > > Other compositors that use SingleThreadProxy are left calling composite > synchronously and now pass a flag to indicate that this is their > intention. This patch doesn't remove synchronous composite, but now > makes it mutually exclusive with scheduling. > > BUG=329552, 287250 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287950 NOTRY=true NOTREECHECKS=true TBR=enne@chromium.org Review URL: https://codereview.chromium.org/447133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287968 0039d316-1c4b-4281-b951-d872f2087c98
-
chirantan@chromium.org authored
multi-line comment. BUG=none Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/445153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287963 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287961 0039d316-1c4b-4281-b951-d872f2087c98
-
holte@chromium.org authored
BUG=401218 Review URL: https://codereview.chromium.org/446973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287960 0039d316-1c4b-4281-b951-d872f2087c98
-