- 12 Aug, 2011 33 commits
-
-
mihaip@chromium.org authored
R=jam@chromium.org Review URL: http://codereview.chromium.org/7635006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96522 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7628015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96521 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=86556 TEST=no functional change Review URL: http://codereview.chromium.org/7639011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96520 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=92440 TEST=none Review URL: http://codereview.chromium.org/7637010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96519 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=88947 TEST=none Review URL: http://codereview.chromium.org/7619003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96518 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Morph X button into a little red "Remove" button on first click to let user confirm the action. And remove user on the 2nd click. BUG=chromium-os:18309 TEST=Verify fix for chromium-os:18309. Review URL: http://codereview.chromium.org/7628013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96517 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7477004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96515 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
a symlink of the same name inside the directory, which is impossible on the Chrome OS read-only filesystem Review URL: http://codereview.chromium.org/7628007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96514 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=19775,51683,58074,90496 TEST=none Review URL: http://codereview.chromium.org/7628010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96513 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=chromium-os:18539 TEST=manual Review URL: http://codereview.chromium.org/7616004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96512 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=Pepper Flash Review URL: http://codereview.chromium.org/7629004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96511 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96510 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96509 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r6387: (bradnelson) Fixing header name mismatch (matters to msvs2010 generator). r6388: (kschimpf) Start the process of factoring out print routines into corresponding "verbose" r6389: (sehr) Update to get ELF startup abi removal. r6390: (mcgrathr) Crash with PC intact. r6391: (mcgrathr) Revert unintended commit. r6392: (mcgrathr) Fix linking libraries for nullptr test r6393: (ncbray) Enable PyAuto on the Windows Chrome integration bot. r6394: (mseaborn) Cleanup: Don't link sel_ldr against Cocoa on Mac r6395: (pasko) Remove unsupported symbol 'signal' from newlib exports. r6396: (pasko) Toolchain DEPS up(6395). r6397: (polina) tests/toolchain: Factor out common macros into a shared header. r6398: (krasin) service_runtime: remove unused NaClSyncQueue and nacl_sync_queue.c r6399: (polina) tests/toolchain: Add a new test to verify that various standard types r6400: (sanga) Some tests for PPBFileIO. r6401: (bradnelson) Fix chromebinaries.py to cope with the possibility that the index may contain r6402: (mseaborn) Add "irt_binaries" and "src/third_party/ppapi" to svn:ignore r6403: (sanga) Disabling file io tests. The tests seem to be flaky. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7634009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96508 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
moved to gl2ext.h. Got rid of gles2_command_buffer.h BUG=none TEST=none Review URL: http://codereview.chromium.org/7623001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96507 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=92121 TEST=unit_tests --gtest_filter=AutofillManagerTest.FillFormWithAuthorSpecifiedSections:FormStructureTest.HeuristicsAutocompletetypeWithSections Review URL: http://codereview.chromium.org/7613015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96506 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
was created, but when reloading a crashed tab we would be reusing the RVH and just making a new RenderView, the process would not be sent the ActivateExtension/Application IPCs. Move the process-specific initialization to ChromeRenderViewHostObserver::RenderViewHostInitialized, which is called every time a new renderer process is created. BUG=89607 TEST=no R=creis@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/7612016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96505 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96504 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7634008 TBR=abarth@chromium.org Review URL: http://codereview.chromium.org/7637009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96503 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96502 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Move the anonymous namespace above BrowserMainParts. Review URL: http://codereview.chromium.org/7634006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96501 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=Pepper Flash on x86 with HW decoder on Review URL: http://codereview.chromium.org/7620003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96500 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7634008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96499 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
JS atoms. BUG=92597 TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/7633010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96495 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Fix crash with print preview and the new scrollbar code that triggered an assert in WebKit side. The problem is that WebScrollbar is now expected to have a shorter lifetime than WebPluginContainer. So convert the NewRunnableMethod to use ScopedRunnableMethodFactory to ensure that constraint is not broken. Review URL: http://codereview.chromium.org/7640001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96494 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Previously reviewed and landed. Reverting to make merging next patch into M14 easier. Added formatting API for browser extension as well as event routing. Created a complete UI for formatting. This code depends on the following changes to libcros: http://gerrit.chromium.org/gerrit/#change,4446 BUG=chromium-os:4541, chromium-os:17071 TEST=Try to format removable media. Review URL: http://codereview.chromium.org/7471024 TBR=sidor@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95909 Review URL: http://codereview.chromium.org/7628011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96493 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18602 TEST=See issue; test connection failure with shared option checked / unchecked. Review URL: http://codereview.chromium.org/7628009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96492 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=none TEST=With multi profiles enabled, avatars aren't smaller than they should be. Review URL: http://codereview.chromium.org/7584015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96490 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18985 TEST=See issue. Review URL: http://codereview.chromium.org/7628012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96489 0039d316-1c4b-4281-b951-d872f2087c98
-
alnayeem@google.com authored
commands for BrowserConnection and ApplicationCache are not implemented. BUG=none TEST=none Review URL: http://codereview.chromium.org/7612017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96488 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=90889 TEST=Select Bookmarks page in NTP4, close tab, re-open, bookmarks should be the visible page. Review URL: http://codereview.chromium.org/7640009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96487 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=51716 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96485 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@google.com authored
to point to the right topic, now that it exists. BUG=chromium:72327 TEST=killed a tab, clicked on "Learn More" link and saw it went to the right place. Review URL: http://codereview.chromium.org/7634011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96484 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Aug, 2011 7 commits
-
-
thestig@chromium.org authored
BUG=92579 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7640006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96483 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=71601 TEST=none Review URL: http://codereview.chromium.org/7620004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96482 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7477055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96481 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92571,92573 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96480 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
Add crash_service64.exe in places where crash_service.exe is depended upon, otherwise it doesn't get built on Buildbot. Declaring run-time dependencies via Gyp dependencies is a hack: creating test_support_ui.a doesn't depend on crash_service.exe being present. But it seems to be the usual practice to sprinkle run-time dependencies in Gyp dependencies until the desired effect is achieved. BUG=89730 TEST=trybots Review URL: http://codereview.chromium.org/7619012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96479 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=91386 TEST=None Review URL: http://codereview.chromium.org/7542026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96478 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=92563 TEST=None TBR=pkasting Review URL: http://codereview.chromium.org/7640002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96477 0039d316-1c4b-4281-b951-d872f2087c98
-