- 21 Aug, 2014 13 commits
-
-
alekseys@chromium.org authored
BUG=397741 Review URL: https://codereview.chromium.org/487613003 Cr-Commit-Position: refs/heads/master@{#290972} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290972 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
Consolidates id_util functions of extension/app/component ids in the crx_file component. It belongs there because these types of ids are not exclusive to extensions, but rather, for anything that comes in a crx file. BUG=371463 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/481433005 Cr-Commit-Position: refs/heads/master@{#290971} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290971 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=rch@chromium.org BUG=399457 Review URL: https://codereview.chromium.org/456953002 Cr-Commit-Position: refs/heads/master@{#290969} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290969 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Builds on https://codereview.chromium.org/430473007 and adds the UI for setting font family. BUG=383630 NOTRY=true Review URL: https://codereview.chromium.org/483183002 Cr-Commit-Position: refs/heads/master@{#290968} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290968 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=402958 Review URL: https://codereview.chromium.org/487913004 Cr-Commit-Position: refs/heads/master@{#290966} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290966 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
that causes the current filter to be cleared, instead of modified. BUG= 405089 Review URL: https://codereview.chromium.org/485203002 Cr-Commit-Position: refs/heads/master@{#290964} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290964 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
First, change the NativeLibraries template to use preprocessor defines instead of includes. This allows us to delete all the corresponding headers. Then, change the ordered libraries file to be a dict with both the list of library paths and the java-style list of library names. Update a bunch of things that used the ordered libraries file to instead take the list of libraries directly as an argument (as a FileArg in every case). Add calculating the list of libraries to write_build_config and add it to the build config (gn can use this then instead of a separate ordered libraries file). Add a simple copy step in gn to set up the native libraries directory for an apk. Use this directory when creating the apk. BUG=359249 NOTRY=true Review URL: https://codereview.chromium.org/456493002 Cr-Commit-Position: refs/heads/master@{#290963} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290963 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=arv@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/485343004 Cr-Commit-Position: refs/heads/master@{#290961} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290961 0039d316-1c4b-4281-b951-d872f2087c98
-
hansmuller@chromium.org authored
Added codec types: NullableString, NullableHandle, NullableArrayOf, NullablePointerTo and removed the unit test code that disabled the null validation tests. BUG=405072 R=mpcomplete@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/490623003 Cr-Commit-Position: refs/heads/master@{#290960} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290960 0039d316-1c4b-4281-b951-d872f2087c98
-
jeun@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/468823003 Cr-Commit-Position: refs/heads/master@{#290959} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290959 0039d316-1c4b-4281-b951-d872f2087c98
-
manzagop@chromium.org authored
These metrics were never logged. BUG=341765 Review URL: https://codereview.chromium.org/486303004 Cr-Commit-Position: refs/heads/master@{#290958} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290958 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
Speculative revert. Probably broke various smoothness benchmarks on Mac and Win. > Forward input and compositing tasks to the Blink scheduler > > Instead of posting input and compositor tasks directly to the > main thread message loop, forward them to the Blink scheduler > so they can be prioritized over other tasks. > > BUG=391005 > > Review URL: https://codereview.chromium.org/363383002 TBR=skyostil@chromium.org Review URL: https://codereview.chromium.org/488273004 Cr-Commit-Position: refs/heads/master@{#290957} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290957 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimsh@chromium.org authored
Additional changes: * Use git.bat on Windows. * Collect insteadOf entries. * Catch one more ACL error. R=iannucci@chromium.org BUG=399054 NOTRY=true Review URL: https://codereview.chromium.org/488243002 Cr-Commit-Position: refs/heads/master@{#290955} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290955 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Aug, 2014 27 commits
-
-
yzshen@chromium.org authored
This check has already been changed to always return true in a previous CL. BUG=324170 TEST=None Review URL: https://codereview.chromium.org/488123003 Cr-Commit-Position: refs/heads/master@{#290951} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290951 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
When title-dragging to switch to a window that is of a different size (e.g. because it the new window was split), then make sure the window is positioned correclty during the title-drag gesture, and sized correctly at the end of the gesture. Also make sure that the window that the user switched away from is hidden after the gesture. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/464163005 Cr-Commit-Position: refs/heads/master@{#290950} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290950 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
These confuse sheriffs in the log because they are harmless and just mean that the browser closed the connection to the webserver aburptly. WPR has the same logic here: https://github.com/chromium/web-page-replay/blob/master/httpproxy.py This eliminates this stack: Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__ self.handle() File "/usr/lib/python2.7/BaseHTTPServer.py", line 342, in handle self.handle_one_request() File "/usr/lib/python2.7/BaseHTTPServer.py", line 310, in handle_one_request self.raw_requestline = self.rfile.readline(65537) File "/usr/lib/python2.7/socket.py", line 476, in readline data = self._sock.recv(self._rbufsize) error: [Errno 104] Connection reset by peer BUG= Review URL: https://codereview.chromium.org/386963006 Cr-Commit-Position: refs/heads/master@{#290948} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290948 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
These fields are intended to all be null but one, so annotate them all as nullable in the mojom so the validator is happy. NOTRY=true (linux_gpu bot is down due to infra problem, passes everything else) Review URL: https://codereview.chromium.org/489213002 Cr-Commit-Position: refs/heads/master@{#290945} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290945 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=78368 R=vitalyp@chromium.org TEST=dbeam@'s fingers hurt less. NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/492623002 Cr-Commit-Position: refs/heads/master@{#290944} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290944 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Sample failure: http://build.chromium.org/p/chromium.win/builders/Vista%20Tests%20%281%29/builds/48236/steps/interactive_ui_tests/logs/Mou seLockSilentAfterTargetUnlock NOTRY=true NOTREECHECKS=true TBR=scheib BUG=159000 Review URL: https://codereview.chromium.org/489223003 Cr-Commit-Position: refs/heads/master@{#290942} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290942 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
The problem appears when we switch away from an installed theme to glass while in fullscreen mode. Debugging this revealed the following:- 1. Windows sends the WM_DWMNCRENDERINGCHANGED message when DWM NC rendering is enabled or disabled for a window. The wParam in the message indicates if NC rendering is enabled. 2. In fullscreen mode if we attempt to transition a window to DWM we get the above message with wParam as TRUE which indicates that DWM is enabled. However we eventually receive this message again with wParam as FALSE indicating that DWM is turned off for the window. Some windbg debugging revealed that there is a function in the themes dll which turns off DWM for fullscreen windows. The painting problem occurs because we think we are in DWM and Windows does not. Attempted fix is to delay the DWM portion of the themes change until the window comes out of fullscreen mode. BUG=404564 R=sky@chromium.org Review URL: https://codereview.chromium.org/484963002 Cr-Commit-Position: refs/heads/master@{#290941} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290941 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@chromium.org authored
BUG=395796 Review URL: https://codereview.chromium.org/459243002 Cr-Commit-Position: refs/heads/master@{#290938} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290938 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Tiles outside of the visible rect for tile priority but inside the draw viewport should be drawn on a best effort basis. There is no need to redraw or block activations on missing or incomplete tiles in this region. Rename tile priority rect/matrix to activation rect, and use this to control activation as well. Add new counts for missing/incomplete tiles in the activation rect, and only these tiles will lead to redraws. BUG=403982 NOTRY=true Review URL: https://codereview.chromium.org/475233002 Cr-Commit-Position: refs/heads/master@{#290937} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290937 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290935} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290935 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
https://chromium.googlesource.com/chromiumos/chromite/+log/9350f2b004f2301477b76727b8c935aa8481c9f5..22f6c5af84990b8a618b4bce803082b6f63c821d NOTRY=true Review URL: https://codereview.chromium.org/492793005 Cr-Commit-Position: refs/heads/master@{#290934} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290934 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290933} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290933 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180643:180670&mode=html TBR=dglazkov@chromium.org,wibling@chromium.org BUG= Review URL: https://codereview.chromium.org/491953002 Cr-Commit-Position: refs/heads/master@{#290932} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290932 0039d316-1c4b-4281-b951-d872f2087c98
-
kcconley@gmail.com authored
NOTRY=true R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/491123002 Cr-Commit-Position: refs/heads/master@{#290931} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290931 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@google.com authored
BUG=404574 R=tedchoc@chromium.org Review URL: https://codereview.chromium.org/494783002 Cr-Commit-Position: refs/heads/master@{#290930} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290930 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This test is flaky. See bug for details. BUG=405709 TBR=treib NOTRY=true Review URL: https://codereview.chromium.org/492913002 Cr-Commit-Position: refs/heads/master@{#290929} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290929 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
* Enables GCMAccountMapper (patches to come) to persist AccountMappings in GCMStore by calling GCMDriver. * Passes UpdateAccountMapping and RemoveAccountMapping through: * GCMDriverDesktop * GCMDriverDesktop::IOWorker * GCMClientImpl BUG=374969 Review URL: https://codereview.chromium.org/445683003 Cr-Commit-Position: refs/heads/master@{#290928} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290928 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
The chrome target doesn't link yet so is currently a source set. This adds some installer util targets and some related targets, as well as fixes up some TODOs referencing completed targets. Fixes and enables the snapshot unit test. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/489223002 Cr-Commit-Position: refs/heads/master@{#290927} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290927 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=405711 TBR=hcarmona@chromium.org Review URL: https://codereview.chromium.org/489983002 Cr-Commit-Position: refs/heads/master@{#290926} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290926 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Callers may pass NULL for parameters they aren't interested in. BUG=405655,405658 NOTRY=true Review URL: https://codereview.chromium.org/491073002 Cr-Commit-Position: refs/heads/master@{#290924} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290924 0039d316-1c4b-4281-b951-d872f2087c98
-
wuhu@google.com authored
- modified android fowarder to override any default device routing policy (eg static route to wlan) that could be keeping traffic from going to rndis interface - invoke netd commands directly instead of through ndc which no longer work in L BUG= Review URL: https://codereview.chromium.org/404803003 Cr-Commit-Position: refs/heads/master@{#290923} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290923 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=405700 TBR=ygorshenin@chromium.org Review URL: https://codereview.chromium.org/492033002 Cr-Commit-Position: refs/heads/master@{#290921} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290921 0039d316-1c4b-4281-b951-d872f2087c98
-
hansmuller@chromium.org authored
The JS bindings generator maps '.mojom' files - not Mojo modules - to JS modules. Struct names that can be used without qualification in separate '.mojom' files (because both files specify the same Mojo module) must be JS-module qualified in the JS bindings. BUG=404788 Review URL: https://codereview.chromium.org/486203003 Cr-Commit-Position: refs/heads/master@{#290919} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290919 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
chrome.pageActions.enableForTab and chrome.pageActions.disableForTab have been deprecated since the dawn of time. Let's finally remove them. BUG=166959 NOPRESUBMIT=true (histogram checks) R=isherman@chromium.org, kalman@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/472333002 Cr-Commit-Position: refs/heads/master@{#290918} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290918 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
InstantExtendedTest.UpdateSearchQueryOnBackNavigation fails on win, too. See bug for details. TBR=kmadhusu BUG=253092 NOTRY=true Review URL: https://codereview.chromium.org/495753002 Cr-Commit-Position: refs/heads/master@{#290916} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290916 0039d316-1c4b-4281-b951-d872f2087c98
-
johnmoore@google.com authored
BUG= Review URL: https://codereview.chromium.org/454133003 Cr-Commit-Position: refs/heads/master@{#290912} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290912 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (patchset #2 of https://codereview.chromium.org/471603003/) Reason for revert: causes black rectangles on chromeos link_freon Original issue's description: > gpu: support immutable texture on Linux Mesa driver and GLES3. > > Mesa GL driver supports GL_ARB_texture_storage extensions, not > GL_EXT_texture_storage. GLES3 supports glTexStroage2D by default. > This CL makes Intel Chromebook and Linux take advantage of > immutable texture. > > BUG=106142 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290676 TBR=bsalomon@google.com,piman@chromium.org,vangelis@chromium.org,dongseong.hwang@intel.com NOTREECHECKS=true NOTRY=true BUG=106142 Review URL: https://codereview.chromium.org/494843002 Cr-Commit-Position: refs/heads/master@{#290911} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290911 0039d316-1c4b-4281-b951-d872f2087c98
-