Commit Graph

76098 Commits

Author SHA1 Message Date
Doug Sherk
384fd43041 Bug 681835: fixed a series of object deletion conformance issues r=bjacob
The bindX() commands were erroring with INVALID_VALUE when they're instead supposed to simply fail silently when they're given a deleted object. Additionally, the getParameter() function was failing after its associated variable was deleted, sometimes returning values when it should return null.
* * *
Bug 681835: WebGL fix for previous patch which introduced a bug with deletion

DeleteRenderbuffer and DeleteFramebuffer weren't checking if the deleted buffer was the currently bound buffer before deleting them. This patch implements this functionality. A separate test case patch was also submitted to Khronos:
http://www.khronos.org/bugzilla/show_bug.cgi?id=518
2011-09-01 15:28:34 -04:00
Doug Sherk
1be48befb7 Bug 593867: removed nvidia check for forcing getProgramParameter() so it now returns 1 on any Mac OSX setup 2011-09-01 15:28:34 -04:00
Benoit Jacob
4e7482058c Bug 658856 - implement drawingbufferWidth/Height - r=jmuizelaar
These are new WebGLRenderingContext attributes exposing the actual drawing buffer size
2011-09-01 15:28:34 -04:00
Benoit Jacob
982e3f2239 Bug 681715 - rework the WebGL test runner HTML to make more room for the test page - r=joe
This makes the buffer-offscreen-test.html test pass. It was failing because it relied on getting composited and fell outside the visible area.
2011-09-01 15:28:34 -04:00
Oleg Romashin
47ed240c32 Bug 683736 - Backspace key in form fields in desktop Linux Fennec goes back a page instead of deleting r=mbrubeck 2011-09-01 12:26:25 -07:00
Sriram Ramasubramanian
8f3c038877 Bug 683786 - Checkbox missing in Honeycomb theme [r=mbrubeck] 2011-09-01 10:33:00 -07:00
Igor Bukanov
c89518270e bug 683862 - Using JSGCTraceKind in the public API. r=luke 2011-09-01 20:43:46 +02:00
arno renevier
72d929e113 bug 679784: let nsIContentPrefService handle private browsing mode; r=ehsan
Manage private browsing mode in content pref service. CPS should be available
in private browsing mode, but should not store informations on disk, and should
clear all informations once the private session ends.

When setting a pref in private mode, it is stored in an in-memory hash table.
When getting a pref, it is retrieved from that hash table if available.
Otherwise, it is retrieved using the standard mechanism. When removing a pref,
it is retrieved from the hash table. The rationale is that in private mode,
it's ok to read a pref from normal database, but not ok to set it.

The in-memory hash table is cleared when leaving the private browsing mode.

When removing a set of preferences (with removeGroupedPrefs or
removePrefsByName), preferences are removed from the in-memory hashtable, *and*
from normal mode database. The rationale is that visiting a website may trigger
setting/getting/removing for a specific preference only. But removing many
prefs at once is the result of an action not associated with a website. For
example, user may wish to delete all its informations. In that case, user
probably expects to not have those informations restored once it leaves private
browsing mode.
2011-09-01 14:13:03 -04:00
Wes Johnston
4c46ac89ef Bug 680441 - Update style of more menu on Honeycomb. r=mfinkle 2011-09-01 10:04:31 -07:00
Wes Johnston
1968cd4448 Bug 680212 - Update styling of awesome bar and search engines on tablets. r=mfinkle 2011-09-01 10:04:29 -07:00
Ed Morley
94128974d6 Bug 683416 - C: Remove #ifdef TX_EXE codepaths now that it is never defined; r=khuey 2011-09-01 17:49:25 +01:00
Ed Morley
97f0654140 Bug 683416 - B: Remove files formerly used for standalone Necko and standalone Transformiix XSLT; r=khuey 2011-09-01 17:44:28 +01:00
Ed Morley
1029411f7a Bug 683416 - A: Remove build support for standalone Necko and standalone Transformiix XSLT; r=khuey 2011-09-01 17:42:09 +01:00
Jason Orendorff
7e5eb7d196 Fix stranded use of recently-deleted GET_FUNCTION_PRIVATE macro, in #ifdef NS_FUNCTION_TIMER code, spotted by dietrich. See bug 513014 comment 1. 2011-09-01 11:31:14 -05:00
Jason Orendorff
a2b30a5076 Bug 676343 - Lexical scoping bug involving UPVAR_LEVEL_LIMIT. r=brendan. 2011-09-01 11:31:09 -05:00
Mike Hommey
ae8826e9a6 Bug 681238 part 2 - Test WindowsDllInterceptor on functions we intercept in our codebase. r=vlad 2011-08-29 13:23:45 +02:00
Mike Hommey
6224a26335 Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad 2011-08-29 13:23:35 +02:00
Mike Hommey
4d3f9b6547 Bug 681238 part 0 - Support a few more opcodes and fix x86 mov r, [r] test. r=vlad 2011-08-29 13:23:21 +02:00
Terrence Cole
4d39ce28ad Bug 683654 - Make TraceVis compile and run again; r=dmandelin 2011-09-01 16:56:58 +01:00
David Bolter
d31d7c8933 Bug 681674 - aria-autocomplete not supported on standard form text input controls. r=tbsaunde,MarcoZ 2011-09-01 11:37:24 -04:00
Brian R. Bondy
18d06f2791 Bug 617052 - Use ITaskbarList2::MarkFullscreenWindow for proper windows taskbar integration. r=jmathies 2011-09-01 10:15:09 -04:00
Brian R. Bondy
9b40155220 Bug 295540 - Multi-monitor: download save-as dialog remains on secondary monitor even if detached. r=jmathies 2011-09-01 10:01:45 -04:00
Brian R. Bondy
e0c326732f Bug 633160 - move away from the page by file drop is possible in spite of modal file picker dialog. r=neil 2011-09-01 09:48:48 -04:00
Brian R. Bondy
0affc31285 Bug 357601 - Drag and drop from an external program to Firefox does not use the proper drop effect. r=neil 2011-09-01 09:48:48 -04:00
Brian R. Bondy
4ed272295e Bug 673080 - Dropping a link on Firefox from an external program has no effect. r=neil 2011-09-01 09:48:48 -04:00
Marco Bonardo
3787713c22 Backout 04545026b4ae (Bug 658305) due to increase in reftests shutdown crashes on Linux. 2011-09-01 14:33:15 +02:00
Igor Bukanov
d94f269063 bug 672493 - skip native stack check under GLIBC. r=dmandelin 2011-07-20 13:26:35 +02:00
Marco Bonardo
60bab9bb47 Bug 658305 - Use journal_size_limit on places.sqlite.
r=dietrich
2011-09-01 12:01:59 +02:00
Marco Bonardo
52e0739e0d Bug 682676 - Urlbar performance regression with SQLite 3.7.7.1.
r=sdwilsh
2011-09-01 12:01:58 +02:00
Ed Morley
764a03df42 Merge mozilla-central to mozilla-inbound 2011-09-01 08:49:23 +01:00
Ed Morley
19a1226d22 Merge last green changeset on m-i to m-c 2011-09-01 08:41:18 +01:00
Alexander Surkov
a148241548 Bug 681905 - Crash [@ nsDocAccessible::ProcessContentInserted], r=davidb 2011-09-01 16:12:51 +09:00
Alexander Surkov
454171e4fa Bug 682827 - Crash [@ nsINode::GetOwnerDoc], r=tbsaunde 2011-09-01 16:12:40 +09:00
Daniel Holbert
2a56792fc2 Bug 683729: Remove unused variable 'frame' from js::Debugger::onTrap(). r=jorendorff 2011-09-01 00:10:37 -07:00
Daniel Holbert
5d075a7a42 Bug 683702: In nsFrame teardown, clear the reference to me on my prev IB sibling (as well as on my next IB sibling). r=roc 2011-09-01 00:10:22 -07:00
Brian Hackett
62d90f802f Don't compile or analyze new script properties for scripts with a cleared global, bug 683317. 2011-08-31 17:43:01 -07:00
Kyle Huey
1e3942285f Backout Bug 679945 until we sort out some non-Firefox linking issues. 2011-08-31 18:17:18 -04:00
Boris Zbarsky
55a9249c51 Bug 679671. Save the original string when parsing nonnegative or positive integer values shows them as non-strict. r=mounir 2011-08-31 18:09:23 -04:00
Boris Zbarsky
185007f906 Bug 679689. Allow empty string values to be associtated to enumerated attributes. r=sicking 2011-08-31 18:09:58 -04:00
Doug Turner
ad639260ad Bug 678997 - putenv memory leak in widget/src/android/AndroidBridge.cpp. r=azakai 2011-08-31 19:39:49 -07:00
Doug Turner
9ad60255c3 Bug 681562 - Restrict DeviceMotion to the active document. r=smaug 2011-08-31 19:39:49 -07:00
Ed Morley
e769224c32 Backout f3e28e0f909f (bug 451081) for M-oth shutdown crashes, on a CLOSED TREE; a=philor 2011-09-01 01:12:50 +01:00
Ed Morley
243415d54c Backout 89b87e96dc17 (bug 639720), b449db7a038b (bug 679689) & ef216b965a04 (bug 679671) for Mochitest oranges, on a CLOSED TREE; a=philor 2011-09-01 00:58:00 +01:00
Matt Woodrow
2d0f18b12d Bug 677173 - Remove 3D transforms IDL properties because they are disabled. r=dbaron 2011-09-01 11:35:10 +12:00
Matt Woodrow
f41ce961ab Bug 682758 - Stop repr() trying to call match() on an empty Array. r=mdas 2011-09-01 11:35:04 +12:00
Benoit Girard
645ee9b6d4 Bug 683745 - Fix OGL FPS Counter on Android; r=jrmuizel 2011-08-31 15:58:19 -07:00
Neil Rashbrook
d8e7767df5 Bug 683610 Restore support for 1bpp RLE bitmaps r=joedrew\! 2011-08-31 20:11:04 +01:00
Philipp von Weitershausen
4d133b9c12 Merge services-central with mozilla-central 2011-08-31 11:20:28 -07:00
Kyle Huey
ee99643abd Merge again ... 2011-08-31 11:00:13 -04:00
Kyle Huey
4f13543825 Merge b-s to m-c. 2011-08-31 10:59:12 -04:00