| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
BUG=81451
TBR=sail@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84337 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
BUG=81688
TBR=rsimha@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84332 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
BUG=81706
TBR=sail@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84305 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
TBR=michaelbai@chromium.org
BUG=81724
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
BUG=81723
TBR=sail@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
BUG=81706
TBR=sail@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6935028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
BUG=81688
TBR=rsimha@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84269 0039d316-1c4b-4281-b951-d872f2087c98
|