- 15 Mar, 2012 40 commits
-
-
thakis@chromium.org authored
BUG=90078 TEST=none Review URL: http://codereview.chromium.org/9701065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126961 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Refactor GpuProcessHost::GetForClient to GpuProcessHost::Get, which takes a GPU process kind rather than a client ID. There is no longer a plan to have a GPU process for each client to identify the GPU process by its kind (sandboxed or unsandboxed) rather than client ID. I checked about:gpu still works and that the limit on the number of times the sandboxed GPU is relaunched is still limitted. Review URL: https://chromiumcodereview.appspot.com/9559013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126960 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Re-factor location bar/toolbar code to get rid of the browser dependency. This CL is needed to allow code reusing by captive portal view, which will show web content using DomView. BUG=chromium-os:22630 TEST=browser_tests,unit_tests works Review URL: http://codereview.chromium.org/9479008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126959 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
nss_util_unittest.cc calls PR_ImplodeTime, so this dependency is needed in the components build. BUG=90078 TEST=none Review URL: http://codereview.chromium.org/9701059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126958 0039d316-1c4b-4281-b951-d872f2087c98
-
markus@chromium.org authored
script to make them more userfriendly. In particular, we now recognize systems that have multiple filesystems (e.g. /home on NFS) and offer to do the right thing. We also have better support for new Ubuntu distributions (both as host and as guest). This means, we can now test on "precise". Added a lot of extra error handling to catch common problems and either fix them or offer suggestions on how the user can fix them. For example, we now detect if the user tries to re-install the same chroot environment multiple times; and we then offer to delete or overwrite the old installation. We also detect if a chroot environment is still in active use, and then refuse to damage it. In order to help users, who accidentally left an old chroot enviroment running, we have added a "clean up" option to the wrapper script. We automatically invoke install-build-deps.sh from install-chroot.sh, so users only need to run install-chroot.sh and then answer a couple of questions. BUG=none TEST=run install-chroot.sh on a Ubuntu machine and install both lucid32 and precise32. Verify that afterwards, we can build Chrome inside the chroot. Review URL: https://chromiumcodereview.appspot.com/9702047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126957 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
Add code to convert from native Mac keycodes into USB keycodes so that Pepper can correctly populate the |usb_key_code| field in the InputEvent. Review URL: https://chromiumcodereview.appspot.com/9701030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126956 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The changes: * The network list scrolls on mouse-wheel. * The items in the network list cover the whole width of the list. * Increase the font-size of the date in the tray. * Adjust spacing between items in the tray. * Adjust padding in the user card. * Adjust the spacing and border around the shutdown etc. buttons in the user card. * Fix a crash from non-ascii username/email address. BUG=110130,118326 TEST=none Review URL: https://chromiumcodereview.appspot.com/9706063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126955 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
The downloads system renames the file twice. It saves the file to a temporary location as soon as you click Save As, and once the file picker chooses the target location, say foo, it renames the file to foo.crdownload. This rename can cause Open to fail. When the file is completely downloaded, there's another rename from foo.crdownload to foo. This can also cause Open to fail. This patch handles both failures. TODO: Write unit tests for GDataUploader. BUG=chromium-os:23516 TEST=test downloading a large file. Review URL: https://chromiumcodereview.appspot.com/9706009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126954 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
TBR=sky@chromium.org BUG=105508 TEST=none Review URL: https://chromiumcodereview.appspot.com/9706070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126952 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@google.com authored
This fell out between review and commit during a rebase. BUG=none TEST=verified build Change-Id: I7a352bce306ff25dcfbfee39100b8a005eb3c18f TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/9700069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126951 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Require the spdy protocol version to be passed to CreateSpdyHeadersFromHttpRequest so that the correct headers will be generated. Add GetProtocolVersion methods to SpdyStream and SpdySession. Review URL: http://codereview.chromium.org/9705046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126950 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=113496 TEST="Google Dashboard" link in Sync settings loads in new process. Review URL: http://codereview.chromium.org/9663045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Prevent RenderWidgetHostView from calling KeyPressListenersHandleEvent on a NULL member. BUG=118351 TEST=No more crashes in content::RenderWidgetHostImpl::KeyPressListenerHandleEvent Review URL: http://codereview.chromium.org/9702070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126948 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@google.com authored
Bluetooth is to be enabled by default for R19, the UI already includes a separate "Enable bluetooth" checkbox that is connected to the radio power, so there is no need to leave the flag in place. BUG=chromium-os:23022,chromium:106446 TEST=verified bluetooth now enabled by default Change-Id: I0814b903d4764774cb63fb0b2c003ee0d5c9a49e Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126809 Review URL: https://chromiumcodereview.appspot.com/9702028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126947 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@google.com authored
Since we don't set adapter_ early, it's possible for the destructor to be called without it ever being initialized. Guard that call. BUG=none TEST=emerge chromeos-chrome Change-Id: I64724c3bf7272b9d5588713872627462ebcbe878 R=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126946 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
xp-release-single-core: intl2 is now flakily failing, but does not seem to have regressed much. http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl2/report.html?history=450&rev=126909 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9699086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126945 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This makes them clickable when the cursor is at the edge of the screen. For maximized windows we suppress the resize area that extends 1 pixel inside the window bounds, as maximized windows can't be resized (at least for now). This allows double-clicking on the top edge of the screen to restore a maximized window and suppresses misleading resize cursors. BUG=117952 TEST=manual, maximize a window and try single and double-clicking along the top screen edge. Review URL: https://chromiumcodereview.appspot.com/9706044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126943 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Add skia's SkMorphologyImageFilter.* to the Chrome build. I'll be needing these for an upcoming WebKit change. Review URL: http://codereview.chromium.org/9704043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126942 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:27699,chromium-os:27754 TEST= Review URL: https://chromiumcodereview.appspot.com/9701012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126938 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=bshe@chromium.org TBR=bshe@chromium.org Review URL: https://chromiumcodereview.appspot.com/9706065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126937 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126936 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=116572 R=asvitkine@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9705063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126935 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=GPU bots TBR=kbr Review URL: https://chromiumcodereview.appspot.com/9703075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126934 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/9699077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126933 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
stops: .5, 2/3, .8. You get to the next stop by pausing them moving, or moving enough. BUG=116213 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9706059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126932 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=118301 TEST=no segfaults Review URL: http://codereview.chromium.org/9705042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126931 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=117418 TEST=none Review URL: http://codereview.chromium.org/9701038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126929 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Remove the experimental support for MAC cookies, as defined in http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token . Support for strongly-bound cookies will be provided by support for TLS channel-bound cookies, as defined in http://tools.ietf.org/html/draft-balfanz-tls-obc BUG=none TEST=none R=abarth@chromium.org Review URL: http://codereview.chromium.org/9700056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126928 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=114288 TEST=ProtectedPrefsWatcherTest.*; no user-visible changes Review URL: http://codereview.chromium.org/9620010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126927 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to not have to expose the FocusStore to the delegate, but I couldn't find any other way. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9705053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126926 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=113089 TEST=about:gpu page Review URL: https://chromiumcodereview.appspot.com/9706037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126925 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
This prevents the re-enable prompt (and/or long app/extension names) from making the dialog too wide. BUG=118279 Review URL: http://codereview.chromium.org/9700043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126924 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
Retry landing "Enable users change desktop background image from settings page in Chromeos Aura build" Enable user change background image in settings page in Aura build. Only support change between default background images currently. This is a second try to land, last time it fails on win_aura build. The original CL is here: http://codereview.chromium.org/9580023/ TBR=flackr,ben,jhawkins BUG=105508 TEST=Go to settings page and click "set wallpaper" button to change background image. Review URL: https://chromiumcodereview.appspot.com/9703031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126923 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
1) Got an upstream diff 411:412 from svn 2) Applied 3) Modified protobuf.gyp to make it platform independent thanks to the new guards added in atomicops_internals_x86_gcc.cc and atomicops_internals_x86_msvc.cc. Note that the previous change adding atomicops added a significant complexity to protobuf.gyp to handle platform-specific source files. Because it was using target_arch only, it did not even work properly. Indeed protobuf_lite needs to deal with the host architecture when it is built to be used by protoc. Review URL: http://codereview.chromium.org/9706016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126922 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
Add a call to WebWidget::instrumentBeginFrame() in RenderWiddget::doDeferredUpdate() so DevTools can mark frames on timeline. Related issue upstream: https://bugs.webkit.org/show_bug.cgi?id=80127 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9592006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126921 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
File manager updated commands availablility before roots loaded. Handling code exxpects a nonempty list that cause an exception. BUG=None. TEST=Check DevTools log. Review URL: http://codereview.chromium.org/9705058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126920 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
XIB changes: * Change ExtensionInstalledBubbleController to have BaseBubbleController as a parent class. * Set the bubble_ outlet on the new base class and delete infoBubbleView_. BUG=36366 TEST=Install an extension with a browser action. Bubble appears at browser action and behaves as before. TEST=Install bundled extensions and make sure the bubble appears at the wrench menu. TEST=Install an omnibox keyword extension and bubble appears at the lock icon. Review URL: http://codereview.chromium.org/9705038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126919 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
https://chromiumcodereview.appspot.com/9689047/ with fix to allow for special conditions under test BUG=115650 TEST=LauncherUpdaterTest.* TBR=sky Review URL: https://chromiumcodereview.appspot.com/9702072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126917 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Member variables was renamed. It should clear up the logic. BUG=None TEST=focus doesn't get stolen from pod; gaia prompt is focused on "add user" Review URL: http://codereview.chromium.org/9617003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126916 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126915 0039d316-1c4b-4281-b951-d872f2087c98
-