Sriram Ramasubramanian
bf22214087
Bug 683786 - Checkbox missing in Honeycomb theme [r=mbrubeck]
2011-09-01 10:33:00 -07:00
Igor Bukanov
8ff25a82c2
bug 683862 - Using JSGCTraceKind in the public API. r=luke
2011-09-01 20:43:46 +02:00
arno renevier
2e1809b7b1
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
c503087c1e
Bug 680441 - Update style of more menu on Honeycomb. r=mfinkle
2011-09-01 10:04:31 -07:00
Wes Johnston
5cbee21406
Bug 680212 - Update styling of awesome bar and search engines on tablets. r=mfinkle
2011-09-01 10:04:29 -07:00
Ed Morley
e93c221d99
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
c955cad325
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
e896e105df
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
3dfde5cf5f
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
c6f490c7e3
Bug 676343 - Lexical scoping bug involving UPVAR_LEVEL_LIMIT. r=brendan.
2011-09-01 11:31:09 -05:00
Mike Hommey
945a530616
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
f4ac66c3f0
Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad
2011-08-29 13:23:35 +02:00
Mike Hommey
3a96a1edff
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
f9e0f0df54
Bug 683654 - Make TraceVis compile and run again; r=dmandelin
2011-09-01 16:56:58 +01:00
David Bolter
74fe32fbf0
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
170955db64
Bug 617052 - Use ITaskbarList2::MarkFullscreenWindow for proper windows taskbar integration. r=jmathies
2011-09-01 10:15:09 -04:00
Brian R. Bondy
82da572c09
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
3663e3fc79
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
b6d08cdd1e
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
6ff418e50f
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
b2845a3c0d
Backout 04545026b4ae (Bug 658305) due to increase in reftests shutdown crashes on Linux.
2011-09-01 14:33:15 +02:00
Igor Bukanov
9e55beb6ea
bug 672493 - skip native stack check under GLIBC. r=dmandelin
2011-07-20 13:26:35 +02:00
Marco Bonardo
321ebc0c3b
Bug 658305 - Use journal_size_limit on places.sqlite.
...
r=dietrich
2011-09-01 12:01:59 +02:00
Marco Bonardo
5d6de02b71
Bug 682676 - Urlbar performance regression with SQLite 3.7.7.1.
...
r=sdwilsh
2011-09-01 12:01:58 +02:00
Ed Morley
4ed14b493d
Merge mozilla-central to mozilla-inbound
2011-09-01 08:49:23 +01:00
Ed Morley
650a8a75a6
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Alexander Surkov
c3c60582b4
Bug 681905 - Crash [@ nsDocAccessible::ProcessContentInserted], r=davidb
2011-09-01 16:12:51 +09:00
Alexander Surkov
0600396fde
Bug 682827 - Crash [@ nsINode::GetOwnerDoc], r=tbsaunde
2011-09-01 16:12:40 +09:00
Daniel Holbert
9b4788de4d
Bug 683729: Remove unused variable 'frame' from js::Debugger::onTrap(). r=jorendorff
2011-09-01 00:10:37 -07:00
Daniel Holbert
696a2a467f
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
6ffcbb59d7
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
b3992b74ee
Backout Bug 679945 until we sort out some non-Firefox linking issues.
2011-08-31 18:17:18 -04:00
Boris Zbarsky
07d326944b
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
0e942e7358
Bug 679689. Allow empty string values to be associtated to enumerated attributes. r=sicking
2011-08-31 18:09:58 -04:00
Doug Turner
e63c7d3f92
Bug 678997 - putenv memory leak in widget/src/android/AndroidBridge.cpp. r=azakai
2011-08-31 19:39:49 -07:00
Doug Turner
0135e596ac
Bug 681562 - Restrict DeviceMotion to the active document. r=smaug
2011-08-31 19:39:49 -07:00
Ed Morley
2209e9d8b6
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
5cbe59cd92
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
70525b13ed
Bug 677173 - Remove 3D transforms IDL properties because they are disabled. r=dbaron
2011-09-01 11:35:10 +12:00
Matt Woodrow
215134b814
Bug 682758 - Stop repr() trying to call match() on an empty Array. r=mdas
2011-09-01 11:35:04 +12:00
Benoit Girard
dc74a5282c
Bug 683745 - Fix OGL FPS Counter on Android; r=jrmuizel
2011-08-31 15:58:19 -07:00
Neil Rashbrook
78b295487b
Bug 683610 Restore support for 1bpp RLE bitmaps r=joedrew\!
2011-08-31 20:11:04 +01:00
Philipp von Weitershausen
de98d4b894
Merge services-central with mozilla-central
2011-08-31 11:20:28 -07:00
Kyle Huey
f6079c243d
Merge again ...
2011-08-31 11:00:13 -04:00
Kyle Huey
c777c06b2a
Merge b-s to m-c.
2011-08-31 10:59:12 -04:00
Mounir Lamouri
9963da5eb5
Bug 667183 - Create a static nsGlobalWindow::Init method to do one-shot initializations currently in nsGlobalWindow ctor. r=jst
2011-08-31 16:54:39 +02:00
Mounir Lamouri
bff4e3a338
Merging mozilla-inbound into mozilla-central.
2011-08-31 16:56:23 +02:00
Kyle Huey
910b0d43ae
Back out Bug 659311 for messing up Linux PGO builds.
2011-08-31 10:49:42 -04:00
Ehsan Akhgari
1285d69c0d
Bug 683449 - DigiNotar patch erroneously blocks one of the two Staat der Nederlanden roots; r=kaie
2011-08-31 10:11:17 -04:00
Rob Campbell
97b7143695
merge m-c to fx-team
2011-08-31 09:21:43 -03:00