- 22 May, 2014 40 commits
-
-
viettrungluu@chromium.org authored
R=darin@chromium.org Review URL: https://codereview.chromium.org/292353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272369 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
On platforms which have an overlay scrollbar (namely Mac) the toolbar in OOP PDF appears to be too low to the bottom and right of the screen. This adds a minimum offset for the toolbar. BUG=303491 Review URL: https://codereview.chromium.org/293613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272367 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
The chrome.identity.getAuthToken API now uses a totally separate dialog for displaying its permissions, so the ExtensionInstallDialog implementation can be deleted. BUG=304836 Review URL: https://codereview.chromium.org/290733006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272365 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This bash is moderately archaic (version 3), and various tools (e.g. tput) are missing. This also modifies the ouput of the script so that in verbose mode, as it runs, each filename is trimmed to fit on one line, including the throbber, then replaced by the full filename when printing the final file status. This makes for a cleaner output spew with long filenames in particular. BUG=none TEST=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/291153007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272364 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@google.com authored
CRYPTO_EXPORT macro has to be before the non-void return type. BUG=None TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/296223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272363 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This enables some already-working targets and adds a missing cpufeatures dep to crypto to make it compile. I added a comment in the cpufeatures build file so I can find it more easily by grepping next time. R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/291343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272362 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TBR=aa@chromium.org Review URL: https://codereview.chromium.org/294163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272361 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Review URL: https://codereview.chromium.org/293033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272360 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Instead of a zoom direction and the number of pixels to be covered by the pinch gesture, the gesture now takes a scale factor as parameter. From that, it computes how to perform the gesture: the ratio of the final span and the initial span equals the scale factor (modulo touch slop). The spans must not fall below a certain threshold, provided by the gesture target (GetMinScalingSpanInDips). Update the JS interface (chrome.gpuBenchmarking.pinchBy) to reflect the changes. For (temporary) backwards compatibility, add another method to the interface to tell Telemetry whether or not the browser supports the new interface. This is to avoid crashes when Telemetry is run with the current stable version. Will be removed once the stable version supports the new interface. Update tough_pinch_zoom_cases page set to make sure all pinch gestures start within the web content (tested on N4 and N10). Update synthetic gesture controller unit tests to use the new parameter. BUG=309484 Review URL: https://codereview.chromium.org/293683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272359 0039d316-1c4b-4281-b951-d872f2087c98
-
egilmore@chromium.org authored
I spent many cycles tweaking these RST tables to no avail. We shouldn't assume that people will have a site running, so we should de-link these. BUG=374811 Review URL: https://codereview.chromium.org/297513012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272358 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=361083 TEST=manually Review URL: https://codereview.chromium.org/289693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272357 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
> Reland Linux Window Control Alignment > > Modifying CustomFrameView to layout window controls based on user configurations. For linux begin observing the configs and changes. For other systems fall back on a default ordering. > > Update tests that were originally missed. > > Original review: https://codereview.chromium.org/240163006/ > Revert review: https://codereview.chromium.org/276173002/ > Revert "Revert of Linux Aura Task Manager Frame Buttons Misaligned (https://codereview.chromium.org/240163006/)" > > This reverts commit 9031ef57. > > TEST=CustomFrameViewTest > BUG=351917 > > Review URL: https://codereview.chromium.org/281353009 TBR=jonross@chromium.org Review URL: https://codereview.chromium.org/294473016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272356 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
BUG=376549 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/299023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272355 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Handling HTERROR WM_SETCURSOR messages apparently causes a regression. Modals don't pulse, beep, and come foreground when the parent is clicked. This originally regressed with my http://crrev.com/188817. BUG=375181 TEST=Clicking a browser with a window-modal dialog causes the dialog to pulse, beep, and the window pair to come foreground. R=sky@chromium.org Review URL: https://codereview.chromium.org/284313016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272353 0039d316-1c4b-4281-b951-d872f2087c98
-
jonross@chromium.org authored
Modifying CustomFrameView to layout window controls based on user configurations. For linux begin observing the configs and changes. For other systems fall back on a default ordering. Update tests that were originally missed. Original review: https://codereview.chromium.org/240163006/ Revert review: https://codereview.chromium.org/276173002/ Revert "Revert of Linux Aura Task Manager Frame Buttons Misaligned (https://codereview.chromium.org/240163006/)" This reverts commit 9031ef57. TEST=CustomFrameViewTest BUG=351917 Review URL: https://codereview.chromium.org/281353009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272352 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrebbien@gmail.com authored
Depends on https://codereview.chromium.org/280483002/ BUG=314704 Review URL: https://codereview.chromium.org/295933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272351 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
In order to move SandboxIPCProcess into a thread, we need a mechanism to make that thread exit. BUG=322185 TEST=content_shell loads webpages, browser shuts down correctly. Review URL: https://codereview.chromium.org/291173009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272350 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
This flag defaults to true for official builds and false for unofficial builds. If the flag is false, Chromium will connect to sandbox wallet servers. Net effect: instead of being controller by Chrome vs. Chromium, the default is controlled by Official vs. Unofficial buildtype. BUG=334088 Review URL: https://codereview.chromium.org/288003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272348 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
"tools/safely-roll-deps /src blink" is the replacemnt syntax. No need to keep dead code around. BUG=242461 Review URL: https://codereview.chromium.org/291333007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272347 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This also adds unittests for ServerLogEntry client code, with common code pulled out to a separate file. This doesn't affect LogToServer classes - they will be refactored in a separate CL. Also fix some IWYU issues uncovered by the refactor. TEST=unittests Review URL: https://codereview.chromium.org/282063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272346 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@chromium.org authored
1) Use TOOLCHAIN_OS rather than OS for package names 2) gpu_nacl.gyp shouldn't include trusted code test dependencies. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3032 R=bbudge@chromium.org, bradnelson@google.com, piman@chromium.org, sievers@chromium.org Review URL: https://codereview.chromium.org/295933013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272345 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=364141, 330264 Review URL: https://codereview.chromium.org/293043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272344 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
They were added after we had to add some local patches for a tricky clang roll two months ago. We've done several rolls without local patches since then. BUG=341352 NOTRY=true Review URL: https://codereview.chromium.org/292333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272342 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Otherwise, if .landmines exists, and isn't clobbered by the clobber in compile.py, every build will cause a clobber until .landmines is removed. Trying to fix http://crbug.com/375459 brought this up. In that case compile.py wasn't removing .landmines, which is necessary in the case of a landmines change on two subsequent builds. If .landmines isn't maintained, then there's nothing to diff against on the second build and so a clobber won't be correctly triggered. R=iannucci@chromium.org,kbr@chromium.org BUG=376359 Review URL: https://codereview.chromium.org/293983017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272341 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272340 0039d316-1c4b-4281-b951-d872f2087c98
-
jfb@chromium.org authored
R= dschuff@chromium.org TEST= none BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205 NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/293093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272339 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
This picks up a single change: 6fc0e1a090 Fix gyp targets http://git.chromium.org/gitweb/?p=android_tools.git;a=commit;h=6fc0e1a090e97805a70f0e65377a9db4db3db8f5 Review URL: https://codereview.chromium.org/298653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272338 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/292123011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272337 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=373318 TEST=GestureProviderTest.PinchZoomWithThreshold Review URL: https://codereview.chromium.org/298823006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272336 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
It is not needed anymore now that we do not support hybrid rasterization. Gpu-rasterization flag is per page instead of per layer. BUG=367200 Review URL: https://codereview.chromium.org/296453009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272335 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
One of the tests replays recorded events from a real swipe. The others simulate realistic conditions and test edge cases. The tests discovered two bugs: - History swiping cannot be triggered if the very first touch event consists of only vertical motion. - History swiping blocks vertical part of diagonal swipes. BUG=375514, 375512 Review URL: https://codereview.chromium.org/282143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272334 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
While I was investigating http://crbug.com/355650 I noticed that ChromeVox doesn't work not only in cloud print dialog but in every dialog that was created by ShowWebDialog. This problem can be fixed by creating extension web contents observer for contents of dialog. BUG=355650 TEST=manually Review URL: https://codereview.chromium.org/256783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272333 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
This way when creating the Compositor we can supply the ContextFactory from the thread local Env to it. This is part of making aura thread safe. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/296053009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272332 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
> Enable Bluetooth Chrome APIs for M-36 beta. > > BUG=376064 > > TBR=tengs@chromium.org Review URL: https://codereview.chromium.org/296983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272331 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=376070 Review URL: https://codereview.chromium.org/296943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272330 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Introduces the NonBlockingTypeProcessor's sync logic. When combined with the NonBlockingTypeProcessorCore's sync logic (which will be introduced in a follow-up commit), this will be an alternative to the existing sync engine implemented with DirectoryUpdateHandler and DirectoryCommitContributor. Adds non_blocking_sync_common.h, which defines structs to be used to pass messages between the processor and processor core. Adds DataTypeState as a parameter to the processor to processor core connection methods. Eventually this will be used to initialize the processor core with state that the processor loaded from disk. Adds a lot of unit tests and unit test framework intrastructure. The NonBlockingTypeProcessor and NonBlockingTypeProcessorCore's communications with each other will be very racy. These tests are intended to help manage the complexity this will cause by allowing us to test all the possible race conditions individually. BUG=351005 Review URL: https://codereview.chromium.org/280983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272329 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
While 'gestureSourceTypeSupported' has not rolled into stable, IsGestureSourceTypeSupported returns false for touch input when on Mac. BUG=372714 Review URL: https://codereview.chromium.org/296113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272328 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Starting in r266097, we always used the insets provided by Gtk2Border. We had previously had a hacky solution where we tried to determine whether the button was a toolbar button by digging in its style, but that hack was removed because it overreached. We had this hack to deal with slightly larger icon assets that GTK handed us. In r269180, there was a subtle timing change, which then meant that buttons outside the toolbar started using the GTK insets, such as buttons in the extension removal dialog, the javascript alert dialog, etc. Now, Gtk2Border always uses the insets provided by the views::LabelButtonBorder (and we no longer have a concept of "GTK insets"), and we explicitly set smaller insets that don't cause the clipping issues only in ToolbarButton. This lets both bugs be fixed at the same time. BUG=372305 TEST=Using GTK+ theme mode, the left edge of the back button shouldn't be visually chopped off. TEST=Using GTK+ theme mode, The OK button on a javascript alert shouldn't be vertically squashed. TEST=Using the default theme, both of the above should look normal. R=msw@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/292153008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272326 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This makes it possible to add candidate configurations at either the back (least-preferred) or front (most-preferred) of each channel's candidate list. This CL also disables VP9, by default, in candidate session configurations, replaces DisableVideoCodec with EnableVideoCodec, and makes the Enable/Disable<foo>Codec helpers members of CandidateSessionConfig.. Review URL: https://codereview.chromium.org/292093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272324 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@google.com authored
Updating AppMenu back, forward, and star assets to the latest spec. BUG=375379 R=dtrainor@chromium.org Review URL: https://codereview.chromium.org/296693010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272323 0039d316-1c4b-4281-b951-d872f2087c98
-