Doug Sherk
0dbceda5a6
Bug 70348: implement ARB_robustness with WGL r=bjacob
...
WGL has its own ARB_robustness implementation which we support with this patch.
I was able to confirm that it was correctly being activated and was polling
status correctly (i.e. the framework is running), but WGL itself doesn't
actually seem to stop the DoS correctly when a robust context is created.
2011-12-02 23:50:11 -08:00
Bernd
86d65398f0
bug 705996 - the damageArea should only be set once the columns are in shape r=mats
2011-12-03 07:21:16 +01:00
Bernd
337a25f682
bug 451355 - testcase is now wfm
2011-12-03 07:21:16 +01:00
Steve Fink
aeed3c5c72
Bug 700202 - Propagate errors from ReparentContentWrappersInScope (r=smaug)
...
--HG--
extra : rebase_source : c8590dfa093620e92520a617d69d7f3ebf5edd5f
2011-11-21 09:35:26 -08:00
Steve Fink
d069c50175
Bug 700202 - Propagate exceptions from ConstructSlimWrapper (r=bholley)
...
--HG--
extra : rebase_source : 8ce6d12e100a2e3639c4d1fddbadee25e6dd12cf
2011-11-21 09:28:19 -08:00
Steve Fink
3702eb5458
Bug 702740 - Add JS_SetFunctionCallback to JSAPI proper (still gated on --enable-trace-jscalls). r=luke
...
--HG--
extra : rebase_source : 1d77493b4a5a39bf1b2c615f13d77021324ea6d2
2011-12-01 11:25:37 -08:00
Randell Jesup
4aacf86cd6
Bug 706249 r=bz
2011-12-02 23:48:16 -05:00
Chris Lord
e3f1b6026f
Bug 704575 - Union dirty rects instead of painting all of them. r=kats
...
In bug #703821 we disabled the squashing of multiple draw events, as it caused
corruption due to the dirty rects being ignored. Re-enable it, and union the
dirty rectangles to avoid this corruption.
2011-12-02 21:13:16 -08:00
Phil Ringnalda
31e8371c3f
Back out 827420c6b756 (bug 700080) to investigate browser-chrome leaking
2011-12-02 20:59:03 -08:00
Jonas Sicking
8d116d7109
Back out patches due to test failures. rev 1b9ca56d4aab and a few more.
2011-12-02 19:46:25 -08:00
Phil Ringnalda
6f32587c3d
Back out dcf31efc8c12 and 79c9926f0f45 (bug 702439) to investigate the effects on the browser-chrome leak
2011-12-02 19:43:24 -08:00
Jonas Sicking
3623bb379b
Backed out changeset 127374ca4f92 due to test failures.
2011-12-02 19:29:35 -08:00
Wellington Fernando de Macedo
a4d818b8d7
Bug 664179: Support cross-origin EventSource. r=me
2011-12-02 18:32:46 -08:00
Jonas Sicking
f55d5c31ca
Bug 706068: Make complex keys work on auto-increment object stores. Patch by khuey and sicking. r=sicking on parts by khuey and r=bent on parts by sicking.
2011-12-02 18:32:46 -08:00
Jonas Sicking
88daaa8255
Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent
2011-12-02 18:32:46 -08:00
Jonas Sicking
a4afec4d29
Bug 692630: Support multi-entry indexes. r=bent
2011-12-02 18:32:46 -08:00
Jonas Sicking
d13f23d073
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
2011-12-02 18:32:46 -08:00
Jonas Sicking
485705d013
Bug 706659 part 1: Make complex keypaths ignore index rather than throwing in all situations if it can't get key for index. r=bent
2011-12-02 18:32:46 -08:00
Dave Townsend
1f9f842866
Bug 707328: backgroundUpdateCheck isn't firing its complete notification correctly. r=Unfocused
2011-12-02 16:58:22 -08:00
Brandon Sterne
bfd00c6ebb
Add missing tests for Bug 702439, r=bz
2011-12-02 16:56:40 -08:00
Rafael Ávila de Espíndola
561bf65f37
Bug 696376 - Change how we find critical ranges so that it works on 10.6 too. r=dbaron.
...
Currently we use dlsym on pthread_cond_wait$UNIX2003 to find a
function that indicates that new_sem_from_pool is on the stack. This
works on 10.5, but on 10.6 I could not find a single reliable
indicator that would work with dlsym.
The good news is that dladdr works with any symbol, not just exported
ones. To find the address of new_sem_from_pool, we set up a malloc logger
and force a call to new_sem_from_pool. From the logger callback we walk
the stack trying dladdr on every address.
To force a call to new_sem_from_pool, the initialization code has to be the
first to use semaphores, so it is now run from NS_LogInit.
This works on 10.6 and 10.5 (but we have to look for
"pthread_cond_wait$UNIX2003"). In 10.7 the call to malloc is gone, so we don't
have to worry about critical addresses on it anymore.
--HG--
extra : rebase_source : bba4ac9e3378c88f7037aa884511e473a57121f6
2011-12-02 19:26:04 -05:00
Gavin Sharp
a24ea30d35
Bug 700080: don't show prompts for tabs that are closing, r=jst
2011-11-30 13:17:21 -08:00
Marco Bonardo
16b5de3dad
Bug 619623 - Ensure proper tests ordering in test_IHistory.cpp.
...
r=dietrich
2011-12-03 01:19:58 +01:00
Brandon Sterne
f4a2fb1971
Bug 702439 - allow subframes of CSP documents to run javascript: URLs, r=bz
2011-12-02 16:07:30 -08:00
Ed Morley
4052c9fa4c
Merge mozilla-central to mozilla-inbound
2011-12-02 18:55:28 +00:00
Ed Morley
826de66df2
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-02 18:39:02 +00:00
Chris Lord
cbca29d21a
Backout bug 696376
...
This broke building on android due to requiring a newer version of unwind.h.
2011-12-02 18:00:58 +00:00
Felix Fung
8c5381bfe3
Bug 632119 - Fix View Image Info for Data URIs. r=gavin
2011-12-02 07:33:05 -08:00
Dave Townsend
0bf02d866e
Bug 705631: applyBackgroundUpdates changes to OFF if set to ON at the time of a DB migration (testcase). r=Unfocused
2011-12-02 10:20:06 -08:00
Dave Townsend
d60ed5f8dc
Bug 652376: Remove xpinstall dead code. r=dveditz
2011-12-02 10:19:22 -08:00
Michal Novotny
51a2a81fd3
Bug 695003 - Race condition when deleting cache directory
2011-12-02 18:10:57 +01:00
Jim Mathies
9bf35ac537
Bug 707092 - Add a null check and return proper constants on failure from GetTopLevelWindowActiveState, r=bbondy.
2011-12-02 10:23:55 -06:00
Patrick McManus
5b61a6d8df
bug 528288 - spdy don't coalesce onto connections that have used client certs and don't send client certs from connections that have been joined r=bsmith sr=honzab
...
patch 19
2011-12-02 10:30:16 -05:00
Patrick McManus
62ad73ef1c
bug 528222 - spdy, fix overallocation of header expansion buffer r=honzab
...
patch 18
2011-12-02 10:28:57 -05:00
Patrick McManus
da9a5434a6
bug 528288 spdy - nsisslsocketcontrol::mayjoinconnection() r=honzab r=bsmith sr=honzab sr=biesi
...
patch 17
2011-12-02 10:28:57 -05:00
Patrick McManus
db6da0efcf
bug 528288 - disallow spdy from http created in nsNSSCallbacks to avoid OSCP/CRL loops with alternate-protocol sr=biesi r=honzab
...
patch 15
2011-12-02 10:28:57 -05:00
Patrick McManus
2e74f3e2e2
bug 528288 - spdy. Cleanups involving host coalescing r=honzab
...
patch 14
fixes 666028
2011-12-02 10:28:57 -05:00
Patrick McManus
c6aa24c4c9
bug 528288 - spdy - disallow server cert changes through renegotiation when using spdy r=bsmith sr=honzab
...
patch 13
2011-12-02 10:28:57 -05:00
Patrick McManus
7f6ed2a270
bug 528288 spdy - when coalescing get ip from nsISocket instead of dns lookup r=honzab
...
patch 11
2011-12-02 10:28:57 -05:00
Patrick McManus
1d433105df
bug 528288 spdy - when coalescing hosts use anonymous flag as part of hash key r=honzab
...
patch 10
2011-12-02 10:28:57 -05:00
Patrick McManus
86482de5c9
bug 528288 spdy - only coalesce (i.e. ip pool) hostnames with compatible ssl certs sr=biesi r=honzab r=bsmith
...
patch 9
2011-12-02 10:28:57 -05:00
Patrick McManus
86b2cf3d72
bug 528288 spdy - provide a pref to control alternate-protocol support r=honzab
...
patch 8
2011-12-02 10:28:57 -05:00
Patrick McManus
ebf2127707
bug 528222 spdy - no npn when connecting to proxy r=honzab
...
patch 7
2011-12-02 10:28:57 -05:00
Patrick McManus
d87547e2e7
bug 528288 spdy - logging enhancements r=honzab
...
patch 6
2011-12-02 10:28:57 -05:00
Patrick McManus
566e3aa844
bug 528288 - require spdy compliant headers to be lower case and without chunked encodings r=honzab
...
patch 5
2011-12-02 10:28:57 -05:00
Patrick McManus
b2bd651739
bug 528288 - spdy settings frame parser bounds check r=honzab
...
patch 3
2011-12-02 10:28:57 -05:00
Patrick McManus
eeb973822d
bug 528288 - HTTP Alternate-Protocol header for transitioning from http to spdy r=honzab
...
patch 2
2011-12-02 10:28:57 -05:00
Patrick McManus
e502b4dfee
bug 528288 - spdy: early configuration of npn negotiation from IsAlive() r=honzab
...
patch 1
2011-12-02 10:28:57 -05:00
Patrick McManus
ce94c7ff4d
bug 528222 Basic SPDY web transport support. r=honzab r=bsmith sr=biesi
...
patch 0
2011-12-02 10:28:56 -05:00
Ali Juma
944ab6b896
Bug 705641 - Add reason for framebuffer incompleteness to abort message. r=jrmuizel
2011-12-02 09:43:58 -05:00