- 29 Jul, 2010 32 commits
-
-
glider@chromium.org authored
TBR=xiyuan Review URL: http://codereview.chromium.org/3077011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54134 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=chromium-os:5028 TEST=Verify the user options page matches mock per chromium-os:5028. Note the underlying libcros is still missing and UI shows up mock data only. Review URL: http://codereview.chromium.org/2868067 TBR=xiyuan@chromium.org Review URL: http://codereview.chromium.org/3074010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54128 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Since r54125, this is failing because device orientation was switched off in test_shell. BUG=50637 TEST=run_webkit_tests.sh --debug fast/dom/prototype-inheritance.html Review URL: http://codereview.chromium.org/2806090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54127 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=50638 TBR=glider Review URL: http://codereview.chromium.org/3029039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54126 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Device orientation runtime flag must be switched off in test_shell, as it doesn't provide a DeviceOrientationClient to the Page constructor. WebKit r64270 triggered the problem by using this NULL client in the DeviceOrientationController constructor, causing it to crash. The DeviceOrientationController does not get instantiated when the runtime flag is off. BUG=None TEST=test_shell should not crash Review URL: http://codereview.chromium.org/3066015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54125 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This fixes breakage on the ARM buildbot, introduced by r54113. nacl::Close() is not available when DISABLE_NACL is set. The error was: nacl_process_host.cc: error: undefined reference to 'nacl::Close(int)' BUG=none TEST=none (no trybot for the ARM build) Review URL: http://codereview.chromium.org/3023025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54123 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=42921 Review URL: http://codereview.chromium.org/3060027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54120 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=50630 TBR=glider Review URL: http://codereview.chromium.org/2883046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54119 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Review URL: http://codereview.chromium.org/3056025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54118 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3051022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54117 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
Remove the "channel number" parameter from messages, since this is now fixed in the NaCl plugin code in sel_main_chrome.c. Replace pair_ and descriptor_ with sockets_for_renderer_ and sockets_for_sel_ldr_. NaClProcessMsg_Start: Pass an array of FDs instead of one FD. ViewHostMsg_LaunchNaCl: * Add socket count. * Return an array of FDs instead of one FD. Expose this functionality to the NaCl plugin via a new function, "launch_nacl_process_multi_fd". BUG=50626 TEST=nacl_ui_tests Review URL: http://codereview.chromium.org/2832093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54113 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=50583,50598 TBR=bryner,rdsmith git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54112 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54110 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54107 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
BUG=none TEST=no more patch errors on trybots Review URL: http://codereview.chromium.org/3082003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54106 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=46408 TEST=Title for detached devtools window doesn't overlap with "x" button for long URLs. Review URL: http://codereview.chromium.org/2868075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54104 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=Bots go green. TBR=erg Review URL: http://codereview.chromium.org/3038035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54103 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/2819063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54102 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3040016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54101 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Made ChromeUrlRequestContext handle multiple extension unloaded notifications gracefully. BUG=50567 TEST=manual (see repro in bug) Review URL: http://codereview.chromium.org/2819072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54100 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54099 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
1. Move InitializeSSL() into platform-specific files and eliminate #ifdef. 2. Add some instructions on how to add code to BrowserMain(). BUG=none TEST=everything still works Review URL: http://codereview.chromium.org/3073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54098 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54096 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=none TEST=Set Chrome to "open windows and tabs from last time", then run with --kiosk. Should start in kiosk mode (fullscreen, no status bubble). Review URL: http://codereview.chromium.org/3061026 TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/3012031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54095 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3015026 TBR=dtseng@chromium.org Review URL: http://codereview.chromium.org/3046031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54093 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=XP Perf memory should pass. bss of avcodec-52.dll should be 303536 Review URL: http://codereview.chromium.org/3082002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54086 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Revert "This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information." This reverts commit r54078, due to link failures. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54084 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
For some reason, the ARM g++ thinks that comparing a pointer to a class method against NULL is using NULL for arithemtic. Switching to compare against 0 makes this go away. TODO added to investigate what is going on. Original Review URL: http://codereview.chromium.org/3064009 TBR: hclam@chromium.org BUG=50248 TEST=reproed locally with CodeSourcery g++ and verified change fixed things. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54083 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
PhishingDOMFeatureExtractor iterates over the page elements and computes a number of features. To avoid blocking the renderer for too long, the extractor may run in several chunks of works, posting a task to continue processing if necessary. This CL only includes the feature extraction itself. I will add the logic to cap the time per iteration in a follow-up CL. BUG=none TEST=PhishingDOMFeatureExtractorTest Review URL: http://codereview.chromium.org/2878046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54082 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=50583 TEST=none Review URL: http://codereview.chromium.org/3057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54081 0039d316-1c4b-4281-b951-d872f2087c98
-
imcheng@chromium.org authored
This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information. Review URL: http://codereview.chromium.org/3044019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54078 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
Add SimpleResourceLoaderBridge::GetIoThread(), so it's possible to run tasks in the IO thread when using SimpleResourceLoaderBridge. This is a clone of http://codereview.chromium.org/3007015/show Contributed by: bmcquade@google.com BUG=none TEST=none TBR=rvargas Review URL: http://codereview.chromium.org/2806084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54077 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jul, 2010 8 commits
-
-
victorw@chromium.org authored
TBR=jorlow TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54076 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Fix strange colors on scrollbars when using classic theme on XP. This is a port of the fix from pepper v1 to pepper v2. BUG=49819 TEST=Scrollbars on XP don't look bizarre git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54075 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3015026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54074 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=Set Chrome to "open windows and tabs from last time", then run with --kiosk. Should start in kiosk mode (fullscreen, no status bubble). Review URL: http://codereview.chromium.org/3061026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54073 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
We must pass shell=True on Windows for all subprocess module functions to get PATH expansion for finding git. This is commented in the first call to a subprocess function, so don't duplicate that comment elsewhere. Review URL: http://codereview.chromium.org/3067015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54072 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
TEST=register_host.py registers host successfully BUG=None Review URL: http://codereview.chromium.org/3048036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54070 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This DCHECK sometimes fails on the bots; seeing the failing values may help us diagnose the problem. BUG=50556 Review URL: http://codereview.chromium.org/3068010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54069 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=50579 TEST=none Review URL: http://codereview.chromium.org/3053022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54068 0039d316-1c4b-4281-b951-d872f2087c98
-