- Dec 17, 2010
-
-
siggi@chromium.org authored
The Win Reliability bot has been red since about this change. Reverting to see whether V8 is to blame. Review URL: http://codereview.chromium.org/5977001 TBR=ager@chromium.org Review URL: http://codereview.chromium.org/6008001 TBR=siggi@chromium.org Review URL: http://codereview.chromium.org/6039001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69579 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
LaunchSelLdr just calls through to the webkit_glue backend, which calls through a bunch more layers of abstraction for us. UrandomFD returns the file descriptor of /dev/urandom (on Posix), which NaCl uses for some purpose by can't get directly because of the sandbox. Review URL: http://codereview.chromium.org/6023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69578 0039d316-1c4b-4281-b951-d872f2087c98
-
suzhe@google.com authored
Fix a bug in AutocompleteEditViewGtk::HandleInsertText(), which fails to truncate the inserted text according to specified text length. BUG=chromium-os:10306 TEST=See bug report. Review URL: http://codereview.chromium.org/6035001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69577 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5928003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69576 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
The JS is mostly max-depth-agnostic because it's cleaner that way. The HTML has the two layers hard-coded because it's less convoluted than creating the layers dynamically and moving things, there's no expectation at the moment that we will have more than 2 levels of subpages. If it looks like that might happen later on we can revisit how we construct layers. BUG=None TEST=None yet; actual sub-sub-pages will be added soon. Review URL: http://codereview.chromium.org/6024001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69575 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Addressing last comment by willchan. BUG=63867 TEST=Navigate to an HTTPS page with Snap Start running and no network connection. http://codereview.chromium.org/5826001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69574 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
In order to run a SSL server certificate and private key is needed. In the case of Chromoting the first step is to use self signed cert. This change allows to issue self signed cert. This is only implemented in NSS. BUG=None TEST=net_unittests Review URL: http://codereview.chromium.org/5754001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69573 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
TEST=see bug BUG=67258 Review URL: http://codereview.chromium.org/6020001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69572 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(This change passes on the tryservers.) BUG=none TEST=it builds http://codereview.chromium.org/6031001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69571 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
In ArcticSea, we're going to load the NaCl plugin in the render process. The NaCl plugin needs to create a sel_ldr process to host the NEXE, but when the plugin lives inside the render process, the plugin is sandboxed, so it can't create a process. This API instructs the browser to launch a sel_ldr process and wire up a bunch of IMC channels between the plugin and the new process. In reality, the sel_ldr process is just chrome.exe run with a command line flag that causes it to call NaClMain instead of BrowserMain or RendererMain. Previously, NaCl accomplished this task by smuggling a function pointer (cast as an int) from render_process_impl to the NPAPI NaCl plugin. Rather than use the same approach again, we're creating a legit way for the PPAPI plugin to ask the browser to spawn the sel_ldr process. In BalticSea, we'll likely run the NaCl plugin out-of-process (e.g., in a PPAPI process). In that case, the plugin can just host the NEXE internally, and we'll be able to remove this interface. Review URL: http://codereview.chromium.org/5897004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69568 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
Pepper. This API is based on an existing piece of code used by NaCl's NPAPI plugin, which will be removed once we get the Pepper plugin off the ground. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69567 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
It's an error page and only shown on systems where something has gone wrong. Review URL: http://codereview.chromium.org/6027001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69566 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=none TEST=BUILD Review URL: http://codereview.chromium.org/6013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69565 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@google.com authored
constructor should copy cert_verifier_ and dnsrr_resolver_. R=agl BUG=63357 TEST=none Review URL: http://codereview.chromium.org/5927005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69563 0039d316-1c4b-4281-b951-d872f2087c98
-
annacc@chromium.org authored
The number of mock_... files in webkit/glue is piling up and it makes more sense for them to live in a brand new mocks/ directory. BUG=None. TEST=Compiles. Review URL: http://codereview.chromium.org/5878006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69562 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69552 Review URL: http://codereview.chromium.org/5857006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69561 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Don't initiate sign in process if password is empty. BUG=chromium-os:10362 TEST=Manual Review URL: http://codereview.chromium.org/5918004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69559 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=66097 TEST=net_unittests Review URL: http://codereview.chromium.org/5688005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69558 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=63835 TEST=none Review URL: http://codereview.chromium.org/5930003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69557 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=63265 TEST=as in bug Review URL: http://codereview.chromium.org/6011001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69556 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@google.com authored
reduce size of widely-included base libraries. Committing for tsepez. BUG=49747 TEST=TextEliderTest.* Review URL: http://codereview.chromium.org/6017001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69555 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=satish BUG=49497 TEST=media_unittests Review URL: http://codereview.chromium.org/6018001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69554 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5857006 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5958004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69553 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5857006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69552 0039d316-1c4b-4281-b951-d872f2087c98
-
anicolao@google.com authored
BUG=none TEST=manually on touchui build Review URL: http://codereview.chromium.org/5785001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69551 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
Need to fix WebKit client-based geolocation for NULL client on page destruction. BUG=None TEST=None Review URL: http://codereview.chromium.org/6010001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69550 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@google.com authored
for the SSLClientSocket objects it creates. R=agl,akalin BUG=63357,67239 TEST=Sync should not crash. Review URL: http://codereview.chromium.org/5958001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69549 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5573006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69548 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=66994 TBR=glider TEST=TSan/interactive_ui_tests should go green Review URL: http://codereview.chromium.org/5966002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69547 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
The Win Reliability bot has been red since about this change. Reverting to see whether V8 is to blame. Review URL: http://codereview.chromium.org/5977001 TBR=ager@chromium.org Review URL: http://codereview.chromium.org/6008001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69546 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
BUG=59907 TEST=BrowserTest:Geolocation*, LayoutTests:fast/dom/Geolocation Review URL: http://codereview.chromium.org/5860008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69545 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=tonyg Review URL: http://codereview.chromium.org/6003001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69543 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/5999001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69542 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=tonyg Review URL: http://codereview.chromium.org/5995001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69541 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=67301 TBR=glider Review URL: http://codereview.chromium.org/5993001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69539 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
Remove unnecessary double->Int64->double conversion. Conditionally Disable GeolocationPermissionContextTests.StopUpdating for client-based geolocation. BUG=59907 Review URL: http://codereview.chromium.org/5984001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69538 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This chage just suppresses the leak for Bug 67291 started since <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20UI%20(valgrind)(2)/builds/841/steps/memory%20test:%20ui/logs/stdio>. I'm not sure what caused this leak, though. TBR=thestig,timurrrr BUG=67291 TEST=make the "Chromium Mac UI (valgrind)(2)" bot green. Review URL: http://codereview.chromium.org/5989001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69537 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change adds a suppression for Bug 67289, which started since <http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(1)/builds/737>. TBR=thestig,timurrrr BUG=67289 TEST=make the "Linux Tests (valgrind)(1)" bot green Review URL: http://codereview.chromium.org/5987001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69534 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/5986001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69533 0039d316-1c4b-4281-b951-d872f2087c98
-
gfeher@chromium.org authored
Also try to make the handling of pref_ more robust by making it private and always initializing it in the constructor of subclasses. BUG=65925 TEST=ExtensionManagementTest.{ExternalUrlUpdate,ExternalPolicyRefresh} Review URL: http://codereview.chromium.org/5784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69532 0039d316-1c4b-4281-b951-d872f2087c98
-