- 26 Aug, 2011 40 commits
-
-
brettw@chromium.org authored
file. This makes the Native Client authors file a subset of the Chromium one so that we can update the copyright notices of the code we recently moved into the Chrome repo to be "Copyright the Chromium Authors." TEST=none BUG=none Review URL: http://codereview.chromium.org/7770001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98499 0039d316-1c4b-4281-b951-d872f2087c98
-
sidor@chromium.org authored
BUG=chromium-os:19500,chromium-os:19568 TEST=None Review URL: http://codereview.chromium.org/7715023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98498 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
the OS writes less than expected (for POSIX). BUG=94161 TEST=none Review URL: http://codereview.chromium.org/7745008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98497 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
The libevent gyp target is used by both #host and #target gyp targets, which are present even when not cross-compiling. Mark the system libevent as providing both. This is upstreaming a Gentoo Linux patch. BUG=none Review URL: http://codereview.chromium.org/7763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98496 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7753015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98495 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98494 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
ChromeEventProcessingWindow expects the window's controller to implement BrowserCommandExecutor. Oops. Added. BUG=None TEST=PanelBrowserWindowCocoaTest.KeyEvent Review URL: http://codereview.chromium.org/7746004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98493 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=http://code.google.com/p/chromium-os/issues/detail?id=19719 TEST=None R=noelallen@google.com,zelidrag@google.com Review URL: http://codereview.chromium.org/7761004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98492 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
This removes MessageWithTuple and MessageWithReply since it is not easy to export a class that inherits from a template specialization. The functionality of those classes are split now between new classes, MessageSchema and SyncMessageSchema, and being declared inline via macros. The key point is that we want to avoid inlining the constructor and Read functions for messages. That avoids code bloat since those functions contain all of the parameter serialization and deserialization code. Those are the functions that we really want to have contained with component DLLs. To export IPC messages from a DLL, it is necessary to #define IPC_MESSAGE_EXPORT above message declarations. You can see this in action here: http://codereview.chromium.org/7687005/diff/41012/ppapi/proxy/ppapi_messages.h Review URL: http://codereview.chromium.org/7768001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98491 0039d316-1c4b-4281-b951-d872f2087c98
-
rayanna@chromium.org authored
Review URL: http://codereview.chromium.org/7730006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98490 0039d316-1c4b-4281-b951-d872f2087c98
-
hnguyen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7706026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98489 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Update defaults so that we pull IDL files from api/dev Update the interface string gereration to replace interfaces ending with '_Dev' with (Dev) instead. Allow for overfide of interface string using 'iname' Property By default assume range=M13,M14 for multi-version chrome. (NOTE: A new CL will clean this up and sport =min,max) BUG= http://code.google.com/p/chromium/issues/detail?id=89969 TEST= ./generator.py R= brettw@chromium.org Review URL: http://codereview.chromium.org/7753042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98488 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
This is now possible because there's no core thread to contend with -- the SCM is only used from the sync thread. BUG=19757,93829 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/7731002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98486 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=41776 TEST=Unittests Review URL: http://codereview.chromium.org/7713021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98485 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
Also don't include the Remoting Host plugin within the main Chrome archive. BUG=87632 TEST=Check Offical Mac build Review URL: http://codereview.chromium.org/7767004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98484 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@chromium.org authored
Our previous PreRead experiment involved flipping a coin on every launch, but we wish to persist the coin-toss between launches. Additionally, this version of the field trial includes an expiry date and limits it to the canary and dev channels. We are unable to use the FieldTrial mechanism due to PreRead occuring prior to chrome.dll being loaded. As such, we use the registry for persisting the coin-toss and environment variables for communicating between chrome.exe and chrome.dll. Initially Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98319 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=98388 Review URL: http://codereview.chromium.org/7712014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98482 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
TBR=glider@chromium.org BUG=51716 TEST=none Review URL: http://codereview.chromium.org/7765004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98481 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move the mouse wheel utils from views to ui\base\win, to get rid of some views dependencies in content. Review URL: http://codereview.chromium.org/7753025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98479 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
as the resource dll issues affecting these tests have now been fixed. BUG=94362 TBR=grt Review URL: http://codereview.chromium.org/7767003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98477 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
BUG=87632 TEST=File archived in Official Linux build Review URL: http://codereview.chromium.org/7762003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98476 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
TooltipWidgetGtk is a gtk based helper class that replaces a widget's default tooltip with a RGBA friendly version. It's not closely coupled with views and ui/base/gtk seems to be a better home for it. This move gets rid of RenderWidgetHostViewGtk's dependency on views. BUG=none. TEST=Expect no change. ChromeOS's tooltip should still have rounded corners. Review URL: http://codereview.chromium.org/7753038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98475 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
and added a few more checks for 85408. BUG=85408 Review URL: http://codereview.chromium.org/7749013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98474 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7740024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98473 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Clicking keyboard (and any popup like menu) was activating the widget, which hides VirtualKeyboard as it was stealing focus from browser window. This also moves the code that handles window activation to WindowManaer. Removed desktop_window_root_view.cc|h as it's no longer necesssary. BUG=none TEST=VirtualKeyboard on views desktop should work. Review URL: http://codereview.chromium.org/7740039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98472 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=sky@chromium.org BUG=none TEST=manually Review URL: http://codereview.chromium.org/7768003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98471 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=59672 TEST=none Review URL: http://codereview.chromium.org/7753019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98470 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7727004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98469 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7764001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98468 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=none TEST=Verified basic functionality using views_examples. Review URL: http://codereview.chromium.org/7669028 Patch from Daniel Nicoara <dnicoara@chromium.org>. TBR=backer@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/7767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98467 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
* Remove a DCHECK about an empty database name that should not be there. * Properly update the cached copy of the database_description. * unit tests for the above BUG=91651 Review URL: http://codereview.chromium.org/7748025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98466 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/7740052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98465 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
Committing for pdox@google.com. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7744034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98461 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Add dynamic_annotations dependency on compositor to fix a crash on linux desktop touchui component build. TBR=backer@chromium.org BUG=none TEST=manually Review URL: http://codereview.chromium.org/7744059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98460 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=94250 TEST=tree green, accelerated 2d canvas on software path in linux. Review URL: http://codereview.chromium.org/7745025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98459 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
This allows pages to use a meta-refresh when trying to fork a new renderer process for a cross-site popup. Also migrate some stale/flaky UI tests to browser tests. BUG=93517 BUG=32799 TEST=Use a meta-refresh instead of assigning to w.document.location in http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab Review URL: http://codereview.chromium.org/7740028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98457 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=Chromoting host works. Review URL: http://codereview.chromium.org/7744058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98455 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
We've got two texture transport paths that cover a wide range of hardware/driver configurations, so it's time to turn this on by default for TOUCH_UI. BUG=none TEST=run with --show-fps-counter on www.google.com to verify that simple pages use WebKit compositor Review URL: http://codereview.chromium.org/7748040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98454 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
This CL depends on: * http://codereview.chromium.org/7457023 * http://codereview.chromium.org/7467007 * http://codereview.chromium.org/7473010 Wayland requires newer libraries than Ubuntu currently provides. I've created a list of required dependencies: https://sites.google.com/a/google.com/chrome_on_wayland/home/wayland-build-dependencies BUG= TEST=Built Chrome to verify that Wayland dependencies and changes don't interfere with the usual build. Review URL: http://codereview.chromium.org/7464027 Patch from Daniel Nicoara <dnicoara@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98453 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Common code from browser_window_cocoa separated into cocoa/browser_window_utils. Panel.xib changed to make the NSWindow for the PanelWindowControllerCocoa a ChromeEventProcessingWindow. BUG=None TEST=Manual testing with Panels and keyboard shortcuts to find/next/previous/close window/quit chrome. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98112 (Reverted by http://codereview.chromium.org/7747011/) Review URL: http://codereview.chromium.org/7719016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98452 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
will do a patch after this so that it can be cleanly merged over. TBR since it's just a revert. BUG=91396 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: http://codereview.chromium.org/7745049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98451 0039d316-1c4b-4281-b951-d872f2087c98
-