- 16 Aug, 2011 40 commits
-
-
flackr@chromium.org authored
This adds the export certificate function to the WebUI certificate viewer. Additionally this moves the implementation of extracting certificate details to chrome/browser/ui/webui/certificate_viewer.cc eliminating the need to pass a hex encoded certificate pointer through the WebUI javascript. BUG=None TEST=Manually tested that you can export a certificate. Review URL: http://codereview.chromium.org/7528027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96955 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
Currently, if the user is chosen into an Instant field trial group, this information is not indicated in the suggest or search request URLs. Such a URL param will allow us to analyze experiment metrics from server logs. Most of the changes here are because we need to pass the Profile information through to the Instant field trial code. BUG=91536 TEST=Observe ix=c or ix=e showing up in the URLs sent for suggest/search. Review URL: http://codereview.chromium.org/7558014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96954 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=satorux@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7663010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96953 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96951 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96950 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Make content_renderer.lib depend directly on allocator so that PERFTOOLS_DLL_DECL is defined when building this lib. This gets rid of a number of LNK4217 warnings about locally defined symbols. BUG=none TEST=look for LNK4217 in build logs. Review URL: http://codereview.chromium.org/7649017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96949 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
NPObject reference counting and was double-freeing the object. TEST=tools/valgrind/chrome_tests.sh -t test_shell --gtest_filter="ResourceTrackerTest.*" BUG=92279 Review URL: http://codereview.chromium.org/7658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96948 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=92896 TEST= Review URL: http://codereview.chromium.org/7650023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96947 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
This is an implementation of WebThread to allow WebKit to create threads that are backed by base::MessageThreads and thus base's MessageLoops. Doing this allows Chromium services to be more easily used on webkit threads. Review URL: http://codereview.chromium.org/7600016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96946 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Also, rename utility_functions to webdriver_util and alphabetize gyp target. BUG=none TEST=none Review URL: http://codereview.chromium.org/7522024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96945 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=90057 TBR=glider Review URL: http://codereview.chromium.org/7659012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96944 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96943 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r6417: (mcgrathr) Make 64-bit syscall trampoline code PIC-friendly r6418: (mseaborn) Crash dump test: Isolate the test from any global instance of crash_service.exe r6419: (mseaborn) x86-64 Mac: Fix assembly code to index through %rax rather than %eax r6420: (khim) Bump REVISION file for GLibC with changed names. r6421: (jvoung) Update perf expectations for 32-bit pnacl translator compile time. r6422: (sanga) Adding a check for the number of bytes to write against the buffer size for PPB_FileIO_Write. r6423: (mcgrathr) Clean up IRT thread creation and exit r6424: (sanga) Fixing security bug for PPB_FileIO::Read in NaCl proxy. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7661001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96942 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
BUG=92771 TBR=mattm@chromium.org Review URL: http://codereview.chromium.org/7657009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96941 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
contexts. This makes it easier to enable GPU acceleration from a lower level in WebKit. Also allow the in-process implementation of glTexImage2D() to take a NULL pixels ptr. It's semantically valid in GL, and the command buffer implementation already seems to handle it fine. Review URL: http://codereview.chromium.org/7633076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96940 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
These were introduced with the SetHistoryLengthAndPrune changes. Review URL: http://codereview.chromium.org/7633071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96939 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=92537 TEST=Create a .crx file from within Chrome, open it up with 7-zip and edit one of the files within (to lock the crx file), then try recreating the crx file -- an error should appear (and no crash). Review URL: http://codereview.chromium.org/7618044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96937 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
This reverts r96927 due to sporadic RenderProcessHostTest.DevToolsOnSelfInOwnProcess* tests failures on win and mac. TBR=pfeldman BUG= TEST= Review URL: http://codereview.chromium.org/7658013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96935 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=86993 TEST='QuotaTemporaryStorageEvictorTest.*' Review URL: http://codereview.chromium.org/7582027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96934 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
r96049 made bookmark notifications listen to a specific profile, which meant that it would miss notifications from the incognito profile/vice versa. This changes things so we listen to all profiles and filter in Observe(). BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7635026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96932 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7650031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96931 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This fixes the issue that bookmark manager allows you to open to a specific folder (using a location hash) but if it is already open it does not navigate to that folder. BUG=None TEST=Manually opened the bookmark manager to one folder, then to another and verified that it did navigate the singleton tab to the second folder. Review URL: http://codereview.chromium.org/7610012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96930 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=76386,92548 TBR=thestig Review URL: http://codereview.chromium.org/7664009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96929 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
Fixes a tab strip layout bug where closing tabs would not properly position the close button under the mouse cursor. BUG=92623 TEST=Open incognito window and create many tabs. Try to close the rightmost tab. The tabs should reposition so that the close button is under the mouse. Review URL: http://codereview.chromium.org/7633063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96928 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
We need an abstract interface that would encapsulate communication with inspected instance DeviTools agent. It'is going to have different implementations at least for render views and shared workers. This patch leaves all methods on the DevToolsManager that accept inspected RenderViewHost just for convenience. Eventually DevToolsManager should operate in terms of DevToolsAgentHost and DevToolsClientHost only. BUG=None TEST=DevTools tests Review URL: http://codereview.chromium.org/7660010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96927 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=thestig BUG=90057, 92741, 93036, 93038 Review URL: http://codereview.chromium.org/7658009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96926 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
this number was chosen so that we show a 4-wide display for 768px-wide windows. BUG=92866 TEST=manual Review URL: http://codereview.chromium.org/7658007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96925 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Note, network drop-down button was reimplemented using 'div' (was 'button') element. So keyboard processing logic was slightly changed - but the control should still behave as a standard 'select'. BUG=chromium-os:17335 TEST=manual Review URL: http://codereview.chromium.org/7618043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96924 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96923 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider TEST=Heapchecker bots turn green again Review URL: http://codereview.chromium.org/7664008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96922 0039d316-1c4b-4281-b951-d872f2087c98
-
simo@google.com authored
These are now proper user policies and disable/enable import settings even after the first run. There are separate policies for bookmarks, history, saved passwords, search engines and homepage. BUG=71080 TEST= Review URL: http://codereview.chromium.org/7390027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96921 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Depends on Skia r2108,2116 BUG=82746 TEST=print http://www.webkit.org/blog-files/3d-transforms/poster-circle.html Review URL: http://codereview.chromium.org/7620016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96920 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=92426 TEST=xmag Review URL: http://codereview.chromium.org/7663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96919 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=76442 TEST=Adobe PDF plugin is enabled, and print preview still works. Review URL: http://codereview.chromium.org/7649026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96918 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Show sign-in screen instead when reqeusting to show an empty account picker; - Hide "Add User"/"Cancel" button in header bar when account picker is empty; BUG=chromium-os:19127 TEST=Verify fix for chromium-os:19127. Review URL: http://codereview.chromium.org/7633067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96917 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96916 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
Stages: 1. Remove chromium files from leveldb repo. [Done] 2. Put chromium leveldb files in third_party/leveldatabase and leveldb in third_party/leveldatabase/src. Update leveldb references in chrome to use third_party/leveldatabase/src instead of third_party/leveldb. Leave third_party/leveldb so it can be referred to by WebCore.gyp. 3. Change third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp to use third_party/leveldatabase. 4. Delete third_party/leveldb Eventually: 5. Rename third_party/leveldatabase back to third_party/leveldb We can't avoid the leveldb-checkout duplication by just changing third_party/leveldb from an unversioned to a versioned directory. Doing so would break everyone's gclient sync update. BUG=89378 TEST=indexeddb layout and browser tests Review URL: http://codereview.chromium.org/7522008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96915 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chrome-os-partner:5116 TEST=manual Review URL: http://codereview.chromium.org/7659009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96914 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=93027 Review URL: http://codereview.chromium.org/7663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96913 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
[Mostly copied the code from tools/valgrind/chrome_tests.py] Also, exclude one test and widen one suppression BUG=93006,93022 TBR=glider Review URL: http://codereview.chromium.org/7659011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96912 0039d316-1c4b-4281-b951-d872f2087c98
-