- 27 Aug, 2012 40 commits
-
-
http://codereview.chromium.org/10877025/mmenke@chromium.org authored
Reland of http://codereview.chromium.org/10877025/. Accidentally included other code in the CL when manually landing after the CQ got stuck, so had to revert (See http://codereview.chromium.org/10880048/) Remove no longer used NetNanny and ESET anti-virus error strings and ESET error code. TBR=agl@chromium.org, thakis@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10870103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153564 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This CL is equivalent to CLs http://codereview.chromium.org/10799005, http://codereview.chromium.org/10836293, and https://chromiumcodereview.appspot.com/10823406, which were previous attempts to land the same functionality. TBR=jam@chromium.org BUG=123998 BUG=144751 Review URL: https://chromiumcodereview.appspot.com/10867065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153563 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=143742 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10870113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153559 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10876080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153558 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This should help us figure out what's happening when something goes wrong. BUG=140773 Review URL: https://chromiumcodereview.appspot.com/10871080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153557 0039d316-1c4b-4281-b951-d872f2087c98
-
leng@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10879093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153556 0039d316-1c4b-4281-b951-d872f2087c98
-
markus@chromium.org authored
inside their own processes. And we have another set of helpers that ensure we actually set a sandboxing policy and don't forget to start the sandbox prior to running the tests. Also simplified the handling of unexpected failure and termination of the sandbox'd process. TODO: we still don't have a good story for testing fatal errors. We will eventually need some form of exit tests. BUG=n/a TEST=sandbox_linux_unittests Review URL: https://chromiumcodereview.appspot.com/10878033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153555 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
BUG=138614 Review URL: https://chromiumcodereview.appspot.com/10855190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153554 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Add watching for how many bytes are read. Useful for future analytics, and to see periods of increased downloads. BUG=130212 TEST=Included browsertest Review URL: https://chromiumcodereview.appspot.com/10829342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153553 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
. Show() variants . SetInitialFocus() . SetWindowTitle() . Accessibility setters. . WindowImpl overrides . Activate/Focus restoration . Close() . Modality http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10870110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153551 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG=143454 Review URL: https://chromiumcodereview.appspot.com/10867091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153550 0039d316-1c4b-4281-b951-d872f2087c98
-
leng@chromium.org authored
The classes content::MockRenderProcessHostFactory and TestRenderViewHostFactory do not exist on iOS; they would not make sense on iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/10878074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153549 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
Previously, every call to WebAccessibilityObject called an internal updateBackingStore method, which could cause the WebAccessibilityObject to be detached. It was inefficient to call it with every method call, and also led to a heap-use-after-free. With this patch, updateBackingStoreAndCheckValidity is called once before accessing a WebAccessibilityObject, so we can next remove the internal calls to updateBackingStore, fixing the heap-use-after-free. This also consolidates calls to isNull, isDetached, and isValid to just use isDetached. BUG=129301 Review URL: https://chromiumcodereview.appspot.com/10871085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153548 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
We track three sources: Actual user-initiated deletes, pre-sync deletes (initiated by prepopulate merge code), and cleanup deletes (on entries with empty fields). BUG=143249,140732 TEST=No user visible changes. Review URL: https://chromiumcodereview.appspot.com/10873075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153547 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153546 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
TBR=dominicc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10882062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153545 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
- Add a bash fun to unpack python jsons and get target to make - Changed top level scripts to pass args (factory props) - renamed bb_run_tests -> bb_run_unit_tests - renamed bb_run_content_shell_instrumentation_tests -> bb_run_instrumentation_tests BUG=144470 Review URL: https://chromiumcodereview.appspot.com/10878031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153544 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
* Add const accessor for startup_info_ member. * Add has_extended_startup_info check. * Make startup_info_ member explicitly unicode. Review URL: https://chromiumcodereview.appspot.com/10870093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153543 0039d316-1c4b-4281-b951-d872f2087c98
-
cdn@chromium.org authored
Change disposition to POPUP for navigations in a new process with no user gesture to trigger popup blocker checks. BUG=118317 TEST=N/A Review URL: https://chromiumcodereview.appspot.com/10883031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153542 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=143742 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10872097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153541 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10872092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153539 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Allows color switch in preview for printers if caps unavailable. BUG=144056 Review URL: https://chromiumcodereview.appspot.com/10868097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153538 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
the first request after getting a new captive portal result. Also fix ignoring retry-after headers after the first captive portal check. R=cbentzel@chromium.org BUG=144977 Review URL: https://chromiumcodereview.appspot.com/10882063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153537 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153534 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
BUG=136447 Review URL: https://chromiumcodereview.appspot.com/10879101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153533 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10874040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153532 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This does a couple of things: - It defines a new wrapper for passing any kind of handle through the PPAPI proxy (SerializedHandle). - It updates nacl_ipc_adapter to have a more general way to pick apart messages based on their static types (which include the types of all the params). - It adds support for PPB_Graphics2D and PPB_Graphics3D to the NaCl IPC proxy (e.g., NaCl SDK examples pi_generator and tumbler work in the new proxy with this patch). The downside is it requires pulling parts of ppapi/shared_impl and ppapi/proxy in to the NaCl Win64 build. BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10828023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153531 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
changes. BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10874086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153530 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10873082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153529 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
and the workspace is active. Without this a workspace switch (such as going from normal to maximized) causes windows to move back onscreen as the work area changes as a result of shelf visibility changing. BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10878079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153528 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=107201 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10868072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153527 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153526 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=142930 Test=ImageTest.EmptyImageFromEmptyPlatformImage Review URL: https://chromiumcodereview.appspot.com/10867076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153525 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153524 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
BUG=144782 R=gbillock@chromium.org Review URL: https://chromiumcodereview.appspot.com/10869062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153523 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=None R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153522 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
BUG=143003 Review URL: https://chromiumcodereview.appspot.com/10829465 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153520 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=143854 Review URL: https://chromiumcodereview.appspot.com/10878064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153517 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BrowingDataRemover (and, I imagine, other systems) recognized ranges bounded by null Time objects ('base::Time()') as referring to "everything". That introduces easily-forgotten complexity, which leads to avoidable mistakes in logic. This CL provides a mechanism for avoiding this sort of confusion in the future by adding the ability to explicitly refer to the end of time via 'base::Time::Max()'. It simply returns a Time object whose internal counter is set to the maximum int64, which means that simple comparisons like 'time <= end' will do The Right Thing
™ . BUG=144972 Review URL: https://chromiumcodereview.appspot.com/10883061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153514 0039d316-1c4b-4281-b951-d872f2087c98 -
benjhayden@chromium.org authored
BUG=144877 Review URL: https://chromiumcodereview.appspot.com/10867077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153511 0039d316-1c4b-4281-b951-d872f2087c98
-