summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable BrowserTestEvents.AccessKeys on Mac.zea@chromium.org2011-05-051-2/+2
| | | | | | | BUG=81451 TBR=sail@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84337 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove wstring version of SplitStringevan@chromium.org2011-05-053-16/+21
| | | | | | | | BUG=23581 Review URL: http://codereview.chromium.org/6930047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84336 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE 626:633.apatrick@chromium.org2011-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revision: 633 Author: benvanik@google.com Date: 12:38:32 PM, Thursday, May 05, 2011 Message: Fix for issue 150 - HandleAllocator asserts on framebuffer 0 release Issue=150 Signed-off-by: apatrick ---- Modified : /trunk/src/common/version.h Modified : /trunk/src/libGLESv2/HandleAllocator.cpp Revision: 632 Author: apatrick@chromium.org Date: 5:00:30 PM, Wednesday, May 04, 2011 Message: Implemented semantics for eglDestroySurface when surface is current on thread. The spec has this to say. " All resources associated with surface which were allocated by EGL are marked for deletion as soon as possible. If surface is current to any thread (see section 3.7.3), resources are not actually released while the surface remains current. Future references to surface remain valid only so long as it is current; it will be destroyed, and all future references to it will become invalid, as soon as any otherwise valid eglMakeCurrent call is made from the thread it is bound to." Review URL: http://codereview.appspot.com/4449064 ---- Modified : /trunk/src/common/version.h Modified : /trunk/src/libEGL/Display.cpp Modified : /trunk/src/libEGL/Surface.cpp Modified : /trunk/src/libEGL/Surface.h Modified : /trunk/src/libEGL/libEGL.cpp Revision: 629 Author: jbauman@chromium.org Date: 1:45:27 PM, Tuesday, May 03, 2011 Message: Validate cube texsubimage based on current face Apps can load cube faces in an arbitrary order, so validating texsubimage based on the format of only the first face won't work. BUG=149 TEST= Review URL: http://codereview.appspot.com/4445085 ---- Modified : /trunk/src/common/version.h Modified : /trunk/src/libGLESv2/Texture.cpp Modified : /trunk/src/libGLESv2/libGLESv2.cpp Revision: 628 Author: jbauman@chromium.org Date: 6:02:52 PM, Friday, April 29, 2011 Message: Move attrib-list handling into Display Move the handling of attrib-lists in eglCreatePbufferSurface and eglCreateWindowList into methods in Display, so we can keep libEGL.cpp as a thin layer. BUG= TEST= Review URL: http://codereview.appspot.com/4453051 ---- Modified : /trunk/src/common/version.h Modified : /trunk/src/libEGL/Display.cpp Modified : /trunk/src/libEGL/Display.h Modified : /trunk/src/libEGL/libEGL.cpp Revision: 627 Author: benvanik@google.com Date: 11:07:50 AM, Friday, April 29, 2011 Message: Adding ANGLE_timer_query draft extension spec. Issue=142 Signed-off-by: Daniel Koch ---- Added : /trunk/extensions/ANGLE_timer_query.txt TEST=try BUG=none Review URL: http://codereview.chromium.org/6928044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84335 0039d316-1c4b-4281-b951-d872f2087c98
* Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL.apatrick@chromium.org2011-05-056-148/+317
| | | | | | | | | | | | | | | | Surfaces are independent of contexts in GL. To facilitate sharing of surfaces between processes, I have separated them from the notion of contexts because contexts cannot be shared between processes. I started with EGL in r81512, WGL in r81807, OSMesa in r81998 and GLX in r84090. This is the same thing for CGL. GLContextCGL still has a pointer to a surface and still has some surface specific operations that just forward through to it. Once I have refactored all the GLContext implementations in this way, I will remove these pointers and the surface specific opertations. There will not be "view" and "offscreen" GL contexts. Rather there will be a single context type for each backend which can be made current with a surface that directs output either to a view or offscreen surface. TEST=WebGL locally, try BUG=none Review URL: http://codereview.chromium.org/6933020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84334 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the ChromeFrame.RequestStart test as flaky.ananta@chromium.org2011-05-051-1/+3
| | | | | | | | BUG=81479 TBR=amit Review URL: http://codereview.chromium.org/6929049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84333 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Mark session encryption/passphrase integration tests as flaky.zea@chromium.org2011-05-051-4/+8
| | | | | | | BUG=81688 TBR=rsimha@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84332 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a regression where a clip path would stay set too long.thakis@chromium.org2011-05-051-25/+27
| | | | | | | | | | | | This regressed in http://codereview.chromium.org/6929026. OpenGL ignores clipping rects, so it's not a big deal in practice I believe. BUG=none TEST=none Review URL: http://codereview.chromium.org/6931044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84331 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Changing the behavior of the page ranges textfield.dpapad@chromium.org2011-05-055-44/+157
| | | | | | | | | | | User input is never edited. When input is invalid and unparsable a warning is shown. When the input is partially parsable, suggestions are shown to the user. BUG=81031 TEST=Load a multipage document and play with the page ranges textfield. Review URL: http://codereview.chromium.org/6912007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84330 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: [MAC]Update only the orientation settings, if the selected ↵kmadhusu@chromium.org2011-05-051-11/+15
| | | | | | | | | | | printer is "PrintToPDF". BUG=none TEST= Enable print preview. Preview a webpage. Select the destination printer as "PrintToPDF". Observe the preview data. Review URL: http://codereview.chromium.org/6930024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84329 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Remove duplicate include of form_data.htfarina@chromium.org2011-05-051-1/+0
| | | | | | | | | | | | | This was introduced in commit 6be816fb. BUG=None TEST=None R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/6927051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84327 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-0510-25/+37
| | | | | | | | | http://codereview.chromium.org/6873029/ BUG=81009 Review URL: http://codereview.chromium.org/6930040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84325 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill DOMUI Prefs should work with i18n phone numbersdhollowa@chromium.org2011-05-0510-4/+280
| | | | | | | | | | | Adds validation to the phone and fax lists in WebUI based prefs for Autofill. Also adds the start of phone_number_i18n.cc/h module. BUG=80101 TEST=PhoneNumberI18NTest.PhoneNumbersMatch Review URL: http://codereview.chromium.org/6930037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84320 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testDeclineDangerousDownload until the expectation is determinednirnimesh@chromium.org2011-05-051-0/+3
| | | | | | | | | | | | | BUG=14728 R=dtu@chromium.org TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84022 Review URL: http://codereview.chromium.org/6920001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84319 0039d316-1c4b-4281-b951-d872f2087c98
* Move some Foundation-specific utilities from mac_util to foundation_utilstuartmorgan@chromium.org2011-05-053-70/+70
| | | | | | | | | | | Since there's already a TODO for updating includes I only changed the include in the file I noticed this could be useful for. BUG=None TEST=Existing unit tests Review URL: http://codereview.chromium.org/6928040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84318 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a syntax error in pyauto_tests file.sunandt@google.com2011-05-051-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6927053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84317 0039d316-1c4b-4281-b951-d872f2087c98
* Fix notifications.avi@chromium.org2011-05-053-8/+9
| | | | | | | | | | | TAB_CONTENTS_CONNECTED|DISCONNECTED|DESTROYED have a TabContents as the source. BUG=71097 TEST=none Review URL: http://codereview.chromium.org/6939001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84316 0039d316-1c4b-4281-b951-d872f2087c98
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-053-1/+55
| | | | | | | | | | has been read, we don't consider it a truncated resource. BUG=68298 TEST=net_unittests Review URL: http://codereview.chromium.org/6927004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84315 0039d316-1c4b-4281-b951-d872f2087c98
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-059-49/+175
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6931033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84314 0039d316-1c4b-4281-b951-d872f2087c98
* Add extra logging to prove a theory for the race condition in bug 81256.lipalani@chromium.org2011-05-053-3/+11
| | | | | | | | | BUG=80706 TEST= Review URL: http://codereview.chromium.org/6932049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84313 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PrerenderBrowserTest hangs with new TabConents-basedmmenke@chromium.org2011-05-051-2/+16
| | | | | | | | | | | prerendering implementation. BUG=81229 TEST=PrerenderBrowserTests Review URL: http://codereview.chromium.org/6931034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84312 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84301 - A database to hold filesystem directory information, to ↵zea@chromium.org2011-05-055-759/+0
| | | | | | | | | | | | | | replace real paths. BUG=NONE TEST=included unit tests Review URL: http://codereview.chromium.org/6898057 TBR=ericu@google.com Review URL: http://codereview.chromium.org/6931040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84310 0039d316-1c4b-4281-b951-d872f2087c98
* Move WebUI test framework code from content/ to chrome/dtseng@chromium.org2011-05-059-13/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6921005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84306 0039d316-1c4b-4281-b951-d872f2087c98
* Disable LoginPromptBrowserTest.PrefetchAuthCancels on linux as well.zea@chromium.org2011-05-051-2/+2
| | | | | | | BUG=81706 TBR=sail@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84305 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Use bitmaps to draw toolbar backgroundsail@chromium.org2011-05-0512-84/+128
| | | | | | | | | | | | | | | | | | | | | | | This is a part of the general change to remove the use of programatically drawn controls and use bitmaps instead. With this change we now draw the toolbar and download shelf using bitmaps. Note, we didn't have a pre-existing bitmap for inactive toolbars so I create one myself. I'll ping Cole for a better one later. While I was in this area of code I made some other changes as well: - added a white highlight at the top of the download shelf - change the look of the download shelf a bit. Previously the download shelf looked curved (light -> drak -> light). I offset the patter a bit to give a simpler light -> dark look instead. This matches the Windows look as well. - fill the background using NSRectFillUsingOperation(rect, NSCompositeSourceOver) to properly blend semi-transparent theme images with the background. Mac Screenshots: http://www.dropmocks.com/mUnyO Window screenshot for comparison: http://www.dropmocks.com/mUni5 BUG=53217 TEST=Ran with and with out themes. Verified that things looked good. Review URL: http://codereview.chromium.org/6931002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84304 0039d316-1c4b-4281-b951-d872f2087c98
* Browser::Type cleanup.jianli@chromium.org2011-05-05105-586/+680
| | | | | | | | | | BUG=None TEST=Existing tests R=ben@chromium.org,stevenjb@chromium.org,phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/6697032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84303 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests for print preview code in PrintWebViewHelper.thestig@chromium.org2011-05-058-70/+209
| | | | | | | | BUG=none TEST=included Review URL: http://codereview.chromium.org/6929032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84302 0039d316-1c4b-4281-b951-d872f2087c98
* A database to hold filesystem directory information, to replace real paths.ericu@google.com2011-05-055-0/+759
| | | | | | | | | BUG=NONE TEST=included unit tests Review URL: http://codereview.chromium.org/6898057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84301 0039d316-1c4b-4281-b951-d872f2087c98
* FilePath: Add WARN_UNUSED_RESULT in more places.thakis@chromium.org2011-05-051-7/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6931030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84300 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserTest.FaviconOfOnloadRedirectToAnchorPagehclam@chromium.org2011-05-051-1/+2
| | | | | | | | TBR=michaelbai@chromium.org BUG=81724 TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84298 0039d316-1c4b-4281-b951-d872f2087c98
* Add a "not signed in" tag for multi-profile Chrome when the user is not ↵mirandac@chromium.org2011-05-057-68/+92
| | | | | | | | | | signed in to any profile. BUG= TEST=when in multiprofile mode and not signed in to a personalized account, "not signed in" appears in the frame tag. Review URL: http://codereview.chromium.org/6929033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84297 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SettingsWebUITest.TestRefreshStaysOnCurrentPage on windows.zea@chromium.org2011-05-051-1/+2
| | | | | | | BUG=81723 TBR=sail@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84296 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/6930020/ for sreeram:sky@chromium.org2011-05-055-0/+28
| | | | | | | | | | | | | Add an option to restrict Instant to search. BUG=61888 TEST=Tested that Instant triggers only for search when this is enabled. Review URL: http://codereview.chromium.org/6935025 Patch from Sreeram Ramachandran <sreeram@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84295 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary fix for combobox on TOUCH_UI build.fsamuel@chromium.org2011-05-052-10/+41
| | | | | | | | | | BUG=None TEST=manually Review URL: http://codereview.chromium.org/6902174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84294 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84284 - Merge gpu_trace_event back into ↵scheib@chromium.org2011-05-0549-1391/+1258
| | | | | | | | | base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuReview URL: http://codereview.chromium.org/6862002 TBR=scheib@chromium.org Review URL: http://codereview.chromium.org/6933035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84293 0039d316-1c4b-4281-b951-d872f2087c98
* Enable notifications tests on chromeos.nirnimesh@chromium.org2011-05-051-1/+5
| | | | | | | | | | This enables 24 tests. BUG=chromium-os:12653 Review URL: http://codereview.chromium.org/6929029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84290 0039d316-1c4b-4281-b951-d872f2087c98
* Remove debug code so that canvas is painted correctly.arthurhsu@chromium.org2011-05-051-4/+1
| | | | | | | | | | BUG=81465 TEST=none Review URL: http://codereview.chromium.org/6931007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84288 0039d316-1c4b-4281-b951-d872f2087c98
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-0549-1258/+1391
| | | | | | | | | | | | | | | | | | | Initial land attempt at http://codereview.chromium.org/6551019/ gpu_trace_event fork at http://codereview.chromium.org/6691013 - gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug - Unit Tests implemented for trace_event - gpu_common library removed (was added only for gpu_trace_event) - Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019) - GPU trace calls renamed to new calls. - Tracing switch removed from test_shell, as linux log file support removed. BUG=79509 TEST=trace_event_win_unittest and about:gpu Review URL: http://codereview.chromium.org/6862002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84284 0039d316-1c4b-4281-b951-d872f2087c98
* Mark job as error if we failed to fetch job data from the server after ↵gene@google.com2011-05-053-1/+34
| | | | | | | | | | | | several tries. Do not retry on 415 error, because request will never succeed (as per discussion with Abhijit) BUG=none TEST=Verify proxy marks jobs as Error, if we failed to convert on server side. Review URL: http://codereview.chromium.org/6901159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84283 0039d316-1c4b-4281-b951-d872f2087c98
* Delete code for specially closing browser action popup when clicking icon ↵yoz@chromium.org2011-05-051-10/+2
| | | | | | | | | | | | while it is open. The [popup close] call here previously prevented the popup's unload handler from firing. This changes the behavior to be consistent with Windows in that clicking a browser action will always open its popup (regardless of what popup is already open). BUG=31262 TEST=Click a browser action icon repeatedly, and observe unload and load events both firing as expected. (Unfortunately, the unload for the closing popup and the load for the opening popup still fire in an indeterminate order.) Review URL: http://codereview.chromium.org/6931023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84282 0039d316-1c4b-4281-b951-d872f2087c98
* Disable LoginPromptBrowserTest.PrefetchAuthCancels due to crashing on mac.zea@chromium.org2011-05-051-1/+7
| | | | | | | BUG=81706 TBR=sail@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84281 0039d316-1c4b-4281-b951-d872f2087c98
* Mac:Let AcceleratedPluginView take visibility into account when sending ↵thakis@chromium.org2011-05-052-2/+93
| | | | | | | | | | | | | | | underlaySurfaceAdded/Removed This fixes a regression where the window shadow problem was visible on all pages, not just on gpu-accelerated ones. BUG=56154 TEST=window shadow should look good on ntp, but broken on youtube. Review URL: http://codereview.chromium.org/6935010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84280 0039d316-1c4b-4281-b951-d872f2087c98
* Coupling AllowFileSelectionDialogs-Pollicy and PromptForDownload.sfeuz@google.com2011-05-055-12/+128
| | | | | | | | | | | | | | When file-selection dialogs are forbidden by policy it is better to force the PromptForDownload preference to false and automatically download to the default location, since otherwise the user would just be prompted with a message saying that file-selection dialogs are disallowed. Also cleaned up ConfigurationPolicyPrefStore* tests. BUG=73174 TEST=Manually set the policy to false and verify that the PromptForDownload preference is false and cannot be turned on. Added ConfigurationPolicyPrefStorePromptDownloadTest.*. Review URL: http://codereview.chromium.org/6927008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84279 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Remove code that was rendered obsolete by http://crrev.com/73581thakis@chromium.org2011-05-053-17/+11
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6932024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84278 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect function table order in gl_bindings_skia_in_process.ccbsalomon@google.com2011-05-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6935028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84277 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor active_downloads. Fix a number of download-related bugs.achuith@chromium.org2011-05-056-1522/+686
| | | | | | | | BUG=chromium-os:12855,chromium-os:14385,chromium-os:11035,chromium-os:13424,chromium-os:8778,chromium-os:8252,chromium-os:14702 TEST=requires manual testing of all features. Review URL: http://codereview.chromium.org/6878087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84276 0039d316-1c4b-4281-b951-d872f2087c98
* Enable more pyauto tests that can pass on chromeosnirnimesh@chromium.org2011-05-051-11/+7
| | | | | | | | | | BUG=chromium-os:12653 R=dtu@chromium.org TEST= Review URL: http://codereview.chromium.org/6929025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84275 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Clean up the sync setup overlay, part 3.jhawkins@chromium.org2011-05-052-27/+12
| | | | | | | | | | | | | | | * Remove switchToMode(). * Remove setting the iframeToShow argument, since it's unused. * Rename the syncEverything argument to showSyncEverythingPage. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6933024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84274 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling pyauto tests that use PDF viewer.sunandt@google.com2011-05-051-1/+2
| | | | | | | | BUG=81685 TEST=find_in_page.FindMatchTests.testSearchInPDF, pdf.PDFTest.testPDFRunner Review URL: http://codereview.chromium.org/6931035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84272 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Add support for carrier deals.nkostylev@chromium.org2011-05-0518-79/+560
| | | | | | | | | | | | | | - Expose carrierID (homeProvider). - Check for deal validity (locale, date). - Add deal notification text to 3G promo bubble. - Use top up URL from carrier deal as "View Account" link in network menu/promo. BUG=chromium-os:14575, chromium-os:14671 TEST=Manual. Used manifest with deal for local provider, checked that UI elements are customized. Review URL: http://codereview.chromium.org/6929011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84270 0039d316-1c4b-4281-b951-d872f2087c98
* Mark BothChangeWithEncryptionAndPassphrase as flakyzea@chromium.org2011-05-051-1/+2
| | | | | | | BUG=81688 TBR=rsimha@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84269 0039d316-1c4b-4281-b951-d872f2087c98