- 22 Jun, 2013 28 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208001 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
If we call up view invalidate and OnDraw is not called before a deadline, then we keep ticking the SynchronousCompositor so it can make progress. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17136003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207999 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This CL contains the following fixes: - shows the notification for display rotation / ui_scale - adds (width x height) annotation to the display if something has been edited - shows the internal display's status if something for the internal display has been edited and no external display is connected - shows the tooltip text to provide the status of both internal and extrenal displays at the same time This CL does not contain: - the feature to prevent notification when the settings change happens from chrome://settings/display I think we can achieve this by suppressing the notification when the current active tab is chrome://settings/display, but anyways it'll be done in another CL. That is marked as a TODO. BUG=250650, 246271 Review URL: https://chromiumcodereview.appspot.com/17445002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207998 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
r207989. But it looks more like an accidental commit. TBR=crogers@google.com Review URL: https://codereview.chromium.org/17176031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207996 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
except for a very small subset of them, and use the safe builtins to make the test pass. This will give us a decent sense of confidence that web pages can't accidentally override builtins in a way that breaks us, though there are still infinite ways for an extension to deliberately break itself. BUG=55316 R=jyasskin@chromium.org Review URL: https://codereview.chromium.org/17451011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207995 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This gives all the buttons appropriate roles, AXTitles, and makes accessible more of the notification content. BUG=238248 R=dewittj@chromium.org, dmazzoni@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/17408004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207994 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
use ChildThread for main loop - fix Android build whitespace fix minor style fix last minute compile fixes address Antoine's comments minor changes to reflect latest Blink API -- address palmer comments last minute include order fix address last minute style nits stub out other OSes support Takashi's MIDIAccessor fix minor build err undo param traits changes get rid of param_traits - other minor style nits address scherkus comments use int64 for ParamTraits WIP fix white-space issues more style basically working some cleanup -- support for multiple clients forgot midi_manager.cc Get MIDI port information sent to renderer formatting fixes lots of cleanup - added RequestAccess and Send style more style only bother sending received messages to renderer if approval was asked early steps to granting permission to Blink some progress to sending port info to Blink send client_id when requesting access fix minor style issues in .gyp files fix context/browser DEPS fix include paths git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207992 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=tools/checkdeps/checkdeps.py succeeds R=piman@chromium.org Review URL: https://codereview.chromium.org/17183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207991 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
1) Makes the favicons (tab, bookmarks) look the same in the browser UI as they do in the renderer). This fixes a regression (probably by one of my CLs) since https://codereview.chromium.org/6117006 2) Make the favicons in the tab strip look the same after refreshing. The difference is due to the conversions PNG -> NSImage and PNG -> SkBitmap -> NSImage producing visually different NSImages. In particular, the result is different when the input PNG data has no colorspace information specified. Cocoa defaults to the device colorspace when decoding PNG data with no colorspace information. The generic RGB colorspace is used for converting from SkBitmap to NSImage. BUG=242877 TEST=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/16370006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207990 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
> Implement Web MIDI API back-end > > This involves browser-side support and IPC for sending and receiving > MIDI messages. Initially support for OSX is included. > > BUG=163795 > R=palmer@chromium.org, piman@chromium.org, scherkus@chromium.org > > Review URL: https://codereview.chromium.org/16025005 TBR=crogers@google.com Review URL: https://codereview.chromium.org/17334006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207989 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
The semantics of shallow finish are to block until the GPU process has issued all prior GL commands, without necessarily waiting for the GPU to complete them. It might have better performance than a regular finish in some cases. It is also less likely to hang if the GPU hangs on some platforms, such as Windows. Review URL: https://chromiumcodereview.appspot.com/17504006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207985 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@chromium.org authored
Webview allows enabling/disabling autocomplete per instance which is different than chromium browser which does it per profile. Address this using external_delegate. BUG=b/6335434 Review URL: https://chromiumcodereview.appspot.com/15097004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207984 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
This involves browser-side support and IPC for sending and receiving MIDI messages. Initially support for OSX is included. BUG=163795 R=palmer@chromium.org, piman@chromium.org, scherkus@chromium.org Review URL: https://codereview.chromium.org/16025005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207983 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
NOTE that this must be patched on top of https://codereview.chromium.org/15176004/ TODOs: Add a list of adjustments here before review. Review URL: https://chromiumcodereview.appspot.com/16336002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207982 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
From "Do not disturb" to "Do Not Disturb". BUG=252840 Review URL: https://chromiumcodereview.appspot.com/17068015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207981 0039d316-1c4b-4281-b951-d872f2087c98
-
gkanwar@google.com authored
The ADT bundle link was 404'ing. This updates the link to the newer version of the ADT bundle which is up on the Android site. BUG=252776 Review URL: https://chromiumcodereview.appspot.com/16867011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207980 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This will be used for the network simulation page cycler where we need to ensure that each page load requests the resources from WPR instead of from the browser cache. BUG=None TEST=top_25 page cycler on linux NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16154007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207979 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
By default LMU disabled for managed devices. Also added support of new policy in ChromeOS part. BUG=229298 Review URL: https://chromiumcodereview.appspot.com/17546004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207978 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
BUG=252967 R=xhwang@chromium.org Review URL: https://codereview.chromium.org/17553013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207977 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
For some reason the integer literal "1ULL" is still treated as 32-bit and we encounter the error "left shift count >= width of type". See x86-generic nightly chromium PFQ build #2727 for details. BUG=none TEST=trybot R=satorux@chromium.org Review URL: https://codereview.chromium.org/17175020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207976 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Blink's PerfTestRunner has a gc method which tries to call window.GCController.collect(), if it doesn't exist, it allocates a whole bunch of memory to try to trigger a gc. Since the blink_perf Measurement already passes --js-flags=--expose_gc, we can call the window.gc() method instead of this hackery. I'm hopeful that this will fix the Bindings/gc-tree.html crashes on android. BUG=252897 R=dtu@chromium.org Review URL: https://codereview.chromium.org/17472007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207975 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=251413 BUG=251421 TBR=jeremya@chromium.org TEST=Drag Hangout panels near screen edge with dual screens. Verify that panels stay where they are left when mouse is released. Review URL: https://chromiumcodereview.appspot.com/17431003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207972 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=252609 TEST=out/Debug/browser_tests --gtest_filter=PasswordAutofillAgentTest.NoInitialAutocompleteForAutocompleteOff R=gcasto@chromium.org Review URL: https://chromiumcodereview.appspot.com/17341006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207971 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
Hook up InstantTab in incognito, but don't send any data except submit events. BUG=181427 TESTED=manually per report, also modes still work in incognito R=jered@chromium.org Review URL: https://codereview.chromium.org/17303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207969 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The FIP dialog retains focus even when the user scrolls the contents of a page. Normally, loss of RenderWidgetHost focus would disable the overscroll effect, preventing the glow from ever showing when the FIP dialog is open. This patch address the issue by re-enabling the overscroll effect when gestures are forwarded to the RenderWidgetHost. BUG=251031 Review URL: https://chromiumcodereview.appspot.com/17413016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207968 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=133742 R=sergeyu@chromium.org Review URL: https://codereview.chromium.org/17068014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207967 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
TBR=agl@chromium.org Review URL: https://codereview.chromium.org/17563009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207966 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This change doesn't build under xcode for some reason. See http://build.chromium.org/p/chromium.webkit/builders/Mac%20Builder%20%28dbg%29/builds/28702 TBR=thakis@chromium.org, yael.aharon@intel.com BUG=244791 Review URL: https://codereview.chromium.org/16867015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207964 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Jun, 2013 12 commits
-
-
asharif@chromium.org authored
The most common UMA upload period is 30 minutes as per: metrics_reporting_scheduler.cc's kStandardUploadIntervalSeconds variable. BUG=none TEST=CQ Review URL: https://chromiumcodereview.appspot.com/17552009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207962 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/17552017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207961 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Allows using: adb shell am start -a org.chromium.content_shell.action.ACTION_LOW_MEMORY \ -n org.chromium.content_shell_apk/.ContentShellActivity to simulate memory pressure signals. BUG= Review URL: https://chromiumcodereview.appspot.com/17108012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207960 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Allow navigating through history at the end of a gesture-nav, while the page is still reloading from the previous gesture nav. BUG=196607 R=sky@chromium.org Review URL: https://codereview.chromium.org/16950023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207959 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Move the mic key to the capslock location. Remove the '@' key in favour of a second symbol key. Adjust the sizing of the space key. BUG=248226 Review URL: https://chromiumcodereview.appspot.com/16943012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207958 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
Record UMA to count the number of page visits to each of a user's top k URLs. BUG=247216 Review URL: https://chromiumcodereview.appspot.com/16517002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207957 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
From the stack trace, it appears that the ShaderClearHelper is getting cleaned up when the BackendIO object is destroyed. The BackendIO is holding a ref to the ShaderClearHelper, so there is a race between when BackendIO gets cleaned up and when we drop the ref ourselves. This CL moves the callback to hold a WeakRef to the ShaderClearHelper which should better handle the cleanup. We don't need to pass refs into the callback because we know the callback has executed by the time we drop the ref in the ShaderCacheFactory. BUG=251742 Review URL: https://chromiumcodereview.appspot.com/16911005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207956 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Avoids presubmit failures when stale pyc files are found NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207955 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Only do this if PNaCl is not installed, or if the current version is not compatible (for the wrong architecture). That way, when we decouple PNaCl component registration from the --enable-pnacl flag, we won't have everybody doing an early check when chrome starts. Actual UI is still to be done/decided (so it's not pretty). Furthermore, the component updater service delays each step by N seconds, even during a CheckForUpdateSoon(), so on a fast connection, most of the delay is the step timer. BUG=107438 R=cpu@chromium.org, sehr@chromium.org Review URL: https://codereview.chromium.org/17001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207954 0039d316-1c4b-4281-b951-d872f2087c98
-
rjkroege@chromium.org authored
A build of components_unittest with ozone=1 and chromeos=1 requires an implementation of PowerSaveBlockerImpl. This change provides a stub implementation pending ozone power management implementation. BUG=252412 Review URL: https://chromiumcodereview.appspot.com/17511002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207953 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
- The bubble which notifies the extension is installed - The bubble for browser actions and page actions. The bubbles are anchored to the toolbar so not showing the top chrome when the bubbles are visible is weird. BUG=250708 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/17293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207952 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17379019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207951 0039d316-1c4b-4281-b951-d872f2087c98
-