- 15 Mar, 2012 30 commits
-
-
zhaoqin@google.com authored
TBR=jam@chromium.org BUG=115540 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9706050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126822 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
TBR=abarth BUG=118293 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126789 Review URL: https://chromiumcodereview.appspot.com/9703043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126821 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126820 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
The thumbnailer can kick in while the tab is hidden, and we released our back buffer, causing all sorts of problems. Temporarily don't release the back buffer to avoid this, waiting for a more proper fix. BUG=115343 TEST=run chrome --ui-use-gpu-process --force-compositing-mode. open 2 long-to-load tabs, make sure one is hidden as it finishes loading. wait 1 sec, switch back to it, move the mouse, observe no black flashes. Review URL: http://codereview.chromium.org/9699047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126819 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
It is my belief that http://crrev.com/126334 fixes the underlying cause and that http://crrev.com/126280 makes the tests a little more robust against it. BUG=81479 TEST=chrome_frame_tests.exe covers it TBR=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/9699060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126818 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This test exercises reading a file on a remote file point, via RemoteFileSystemProxyInterface::CreateSnapshotFile(). BUG=chromium-os:23516 TEST=browser_tests --gtest_filter=*FileSystemExtensionApiTest.* Review URL: https://chromiumcodereview.appspot.com/9699052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126817 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126816 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=nkostylev@chromium.org BUG=116996 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9699059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126815 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
To keep the idle logout dialog with the rest of the popups on ChromeOS and following the policy of not using WebUI unless the UI is in a tab, we've moved the implementation from based on HtmlDialogUI to a views based dialog. Reviews requested, sky: Primary review jhawkins: OWNER's review for removed code from ui/webui zelidrag: OWNER's review for removed code from ui/webui/chromeos and resources/chromeos R=zelidrag@chromium.org,jhawkins@chromium.org,sky@chromium.org BUG=chromium-os:27545,chromium-os:27542 TEST=Tested with --enable-kiosk-mode flags. Review URL: https://chromiumcodereview.appspot.com/9665031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126814 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=114225 TEST=UI test TestHostResolverPrivate Review URL: http://codereview.chromium.org/9455092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126813 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
- Rename InputMethodManager::current_input_method() to InputMethodManager::GetCurrentInputMethod() since it's not a simple getter. - Do the same for previous_input_method() and current_ime_properties(). - Rename 'struct ImeProperty' to 'struct InputMethodProperty' to avoid abbreviations. This is for crosbug.com/19655. BUG=chromium-os:19655 TEST=try Review URL: https://chromiumcodereview.appspot.com/9696025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126812 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/9700029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126811 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Previously, these components only registered themselves if CHROME_ETW_LOGGING was set in the environment. This is likely preventing the new log machinery in http://crrev.com/126240 from providing useful information on the main waterfall bots. Siggi: overall Brett: chrome/common BUG=none TEST=none R=siggi@chromium.org,brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126810 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org 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 Review URL: http://codereview.chromium.org/9702028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126809 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
Now that gfx::Image can take a const-ref SkBitmap to copy it, the copy no longer needs to happen at the time of Image creation. The new constructor was added at http://codereview.chromium.org/9455062/. BUG=none TEST=none Review URL: http://codereview.chromium.org/9477016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126808 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=117643,117638 (#2) TEST=visual Review URL: https://chromiumcodereview.appspot.com/9706036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126807 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=118231 TEST=Exercise import data dialog, make sure resizing works properly. Review URL: https://chromiumcodereview.appspot.com/9699050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126806 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Canvas now queries if the host can lose a context arbitrarily seperately from context creation, so this logic is redundant. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9702042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126805 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9689041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126804 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126802 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@google.com authored
BUG=110779 TEST=Ran on perf bot. Review URL: http://codereview.chromium.org/9699034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126801 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
73: Delete unused function IsGoodRlz(). 74: Change the unit of several constants from WCHARs to bytes. 75: Start moving functions from win/lib/rlz_lib.h to lib/rlz_lib.h 76: Move GetPingParams() and ParseFinancialPingResponse() to the common code. 77: Move PingFinancialServer to common part. 78: Move FormFinancialPingRequest() to the common part. 79: Address comments from https://codereview.appspot.com/5823050/ BUG=chromium:46579 TEST=should be a no-op change on windows TBR=rogerta Review URL: http://codereview.chromium.org/9699039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126800 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
method to support both nonexistent context and zero-length context. R=agl@chromium.org,rsleevi@chromium.org BUG=none TEST=existing unit tests Review URL: http://codereview.chromium.org/9663043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126799 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The display names are used for showing the file names in web pages, and for uploading. BUG=chromium-os:27222 TEST=manually confirm that file selection on chrome os works, the files are displayed and uploaded properly. Review URL: https://chromiumcodereview.appspot.com/9700009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126798 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Continuation of issue 9648009. Fixes the problem with the print dialog being in the background when launched from the command line by the cloud print print driver. BUG=112011 TEST=No visible changes for chromium. Review URL: http://codereview.chromium.org/9706023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126797 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
The crux of the problem is that buttons and text inputs are being aligned on their baseline, which I believe is correct. However they place their baseline differently relative to the top and bottom border, so the top and bottom borders wind up misaligned. To correct this, we have to add padding to the buttons and/or text inputs. The amount of padding is platform-specific. Using vertical-align: (not-baseline) would work, but would make it look bad because the baselines would not align. BUG=117662 TEST=visual (on win, mac, linux, chromeos) Review URL: http://codereview.chromium.org/9689048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126796 0039d316-1c4b-4281-b951-d872f2087c98
-
enal@chromium.org authored
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126474 Review URL: http://codereview.chromium.org/9689015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126795 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126794 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Roll webrtc to 1888. BUG=115702,117252 TEST=apprtc.appspot.com on windows and linux Review URL: https://chromiumcodereview.appspot.com/9600066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126793 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=115650 TEST=LauncherUpdaterTest.*, including new tests Review URL: https://chromiumcodereview.appspot.com/9689047 TBR=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126792 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Mar, 2012 10 commits
-
-
scottmg@google.com authored
TBR=abarth BUG=118293 Review URL: https://chromiumcodereview.appspot.com/9703043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126789 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=114745 TEST=Theming works on 10.8. Review URL: http://codereview.chromium.org/9700002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126787 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=117634,118070 TEST=manual Review URL: http://codereview.chromium.org/9696056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126786 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/9695067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126785 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126784 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r8009: (kschimpf) Change disassembled output for x86 new decoder to match xed, making it r8010: (kschimpf) Remove assert that is no longer applicable. r8011: (robertm) Undo hacks for qemu which worked around problems with sync primitives. r8012: (robertm) Remove obsolete qemu patches. r8013: (bradnelson) Set errorlevel=1 so fatal error in untarring actually raises. r8014: (dschuff) Add test running support for tests generated as pexes. r8015: (mseaborn) NaClDesc: Rename SendMsg/RecvMsg methods to LowLevelSendMsg/LowLevelRecvMsg r8016: (jvoung) Add workarounds to get libelf building on Mac hosts, for pnacl. r8017: (dschuff) Rename pnacl_stop_with_pexe to pnacl_generate_pexe r8018: (jvoung) Make pnacl version visible from extension / move pnacl info to separate manifest. r8019: (mseaborn) Provide a more extensible startup interface to Chromium r8020: (mseaborn) Move trusted-crash tests into a common directory r8021: (robertm) Adding a simple test for eh_return builtin. r8022: (bsy) fix descriptor refcount leak. r8023: (jvoung) Introduce ProgramNameForNmf() to replace all the local patterns r8024: (bradnelson) Untar toolchain to a mkdtemp dir to avoid collisions with old failed untars. r8025: (bradnelson) Adding validator regression tests. r8026: (robertm) Improve the self documentation of the trusted toolchain creator sctipt. r8027: (mseaborn) Fix linking of sel_main_chrome.c (broken by r8019) BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/9702039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126783 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Define helper routines for doing array output using the new PP_OutputArray struct. Define routines in the completion callback factory for doing output parameters as parameters to the callback function. BUG= TEST= Review URL: http://codereview.chromium.org/9651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126781 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add OnHasWork() method to TestingObserver. Make TestingObserver a constructor parameter, so it can be read outside the lock. BUG=117469 TEST= Review URL: http://codereview.chromium.org/9689028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126780 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/9566002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126779 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
TBR=sky@chromium.org BUG=105508 TEST=none Review URL: https://chromiumcodereview.appspot.com/9701048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126778 0039d316-1c4b-4281-b951-d872f2087c98
-