Jonas Sicking
0d87556628
Bug 629982: Attempt to fix crashes due to too deep DOM trees by making GetBaseURI non-recursive. r=jst a=blocker
2011-02-10 23:47:00 -08:00
Jonas Sicking
16a77cbfa9
Bug 583889: Prevent scrolling from leaking information. r=dbaron a=blocker
2011-02-10 23:46:59 -08:00
Brian Birtles
6c0c23ca0b
Bug 628888 - Ensure external documents loaded after page show get page show update - tests; r=dholbert; a=roc
2011-02-11 16:02:04 +09:00
Brian Birtles
fecda7de07
Bug 628888 - Ensure external documents loaded after page show get page show update; r=dholbert, bzbarsky; a=roc
2011-02-11 16:01:59 +09:00
David Anderson
d7bd86e796
Fix handling of SETGNAME IC on ARM (bug 627486 part 3, r=cdleary).
2011-02-10 22:15:09 -08:00
Ginn Chen
59707430da
Bug 633048 32bit Firefox failed to start on a machine with 16GB memory r=gal a=gal
2011-02-11 14:12:27 +08:00
Steve Fink
91fce5cc8a
Backout 1b55728f51ad (bug 633016) due to leaking jsdScript objects
2011-02-10 14:33:10 -08:00
Andreas Gal
93b0cec1d3
Don't lose getter/setter attribute in default proxy set handler (bug 631488, r=brendan). a=blocker
2011-02-07 16:06:24 -08:00
Philipp von Weitershausen
2684f42b62
Merge places with mozilla-central. a=blockers
2011-02-10 20:18:23 -08:00
Philipp von Weitershausen
82e9e6c1c0
Merge follow-up fix for bug 631891. a=crossweave
2011-02-10 14:32:28 -08:00
Philipp von Weitershausen
74ebb180df
Bug 631891 - Determine GUID immediately when URIs are about to be deleted. r=rnewman a=crossweave
2011-02-10 14:12:25 -08:00
Philipp von Weitershausen
dee071d1a1
Merge bug 631891 from fx-sync. a=blocking-final
2011-02-10 09:22:13 -08:00
Philipp von Weitershausen
b40fd2aa78
Bug 631891 - Don't spin the event loop in a history observer. r=mconnor a=blocking-final
2011-02-10 09:06:55 -08:00
Philipp von Weitershausen
ffb0881ac6
Merge bug 629664 from fx-sync. a=orange
2011-02-10 00:31:35 -08:00
Richard Newman
f8cc020a30
Bug 629664: Sync: only register engine once in checkServerError test, amongst other things. r=philiKON
2011-02-09 22:43:21 -08:00
Richard Newman
2246d6e0dc
Bug 629664: Sync: improve checkServerError tests. r=philiKON
2011-02-09 22:43:01 -08:00
Timothy Nikkel
f93783378f
Bug 597774. Make sure to invalidate when inserting the root view of a document when it is coming out of the bfcache. r=roc,bz a=roc
2011-02-09 22:35:03 -06:00
Timothy Nikkel
9336a81739
Bug 629587. Don't try to scroll based on scrollbar attributes if they represent the current scroll position. r=roc a=blocking
2011-02-09 22:35:01 -06:00
Stephen Horlander
5d4c04cf05
Bug 596412 - Make close buttons easier to see on tabs w/ dark colored thumbnails. r=ian a=sdwilsh
2011-02-09 17:43:54 -08:00
Dão Gottwald
4305d1c2ab
Bug 631698 - remove bogus 1px border below active app tabs (w/ tab overflow, Aero Glass, no DirectWrite). r=fryn a=dolske
2011-02-09 17:36:26 -08:00
Jono S Xia
9b949a97bd
Bug 617393: Extend support for major release input submission methods on desktop firefox feedback addon. r+a=dtownsend DONTBUILD
2011-02-09 16:16:12 -08:00
Josh Aas
e2dffb6660
Bug 556873: Fix bugs in our secure input implementation for Mac OS X. More reliably enable and disable secure input mode. r=masayuki a=jst
2011-02-09 14:00:58 -05:00
Dave Townsend
f819831ef1
Bug 631974: "Finished the undefined study" for a study with empty results. r+a=dtownsend DONTBUILD
2011-02-09 15:53:02 -08:00
Jono S Xia
cb1e96becc
Bug 551716: Need a way to remote-kill studies. r+a=dtownsend DONTBUILD
2011-02-09 15:52:00 -08:00
Wes Johnston
ae36fad0ad
Bug 632170 - Download files to public area on Android [r=blassey, a=blocking-fennec]
2011-02-09 15:22:35 -08:00
Benjamin Stover
d5e2feabd2
Bug 632417 Use mimetype hint for JSON in sync. r=philikon a=blocking-fennec
2011-02-08 13:43:35 -08:00
Philipp von Weitershausen
a03998ca83
Bug 631001 - Password sync: apply records batched and in transactions to avoid fsyncs. r=mconnor a=blocking-fennec
2011-02-08 20:37:06 -08:00
Philipp von Weitershausen
0f5c5eea91
Bug 631001 - Make password store tests more unit-y. r=mconnor
...
No need for a full blown server setup to test the password store. Also, engine.sync() doesn't throw anymore anyway, so the test wasn't really testing that bit anymore.
--HG--
rename : services/sync/tests/unit/test_password_engine.js => services/sync/tests/unit/test_password_store.js
2011-02-08 20:36:57 -08:00
Phil Ringnalda
a8a3ce7508
Bug 631841 - Move Valgrind suppression files into mozilla-central, r=ted, a=test
2011-02-07 19:21:52 -08:00
Brian Birtles
7560786ee4
Backing out bug 628888, changeset e3a645b56973 and changeset 4327761b6350 due to failing test, a=bustage
2011-02-11 11:15:18 +09:00
Brian Birtles
08d2b25e19
Bug 628888 - Ensure external documents loaded after page show get page show update - tests; r=dholbert; a=roc
...
--HG--
extra : rebase_source : 759db44bceb4b681f72e3d40ee16a7d81dac7f30
2011-02-11 10:07:38 +09:00
Brian Birtles
6d7e1a7bf4
Bug 628888 - Ensure external documents loaded after page show get page show update; r=dholbert, bzbarsky; a=roc
...
--HG--
extra : rebase_source : 0f17e5fb3e7e831b0a7222697ec87631dc879286
2011-02-11 10:04:36 +09:00
Mounir Lamouri
d33f310364
Bug 629845 (2/2) - GetRoot() returning null isn't unexpected. r=ehsan a=blocking-final
2011-02-11 02:01:49 +01:00
Mounir Lamouri
350253af3e
Bug 629845 (1/2) - Don't make nsHTMLDocument::EditingStateChanged fails if BeginningOfDocument fails. r=ehsan a=blocking-final
2011-02-11 01:59:37 +01:00
Mounir Lamouri
c7256ae292
Bug 632428 - Update tests. r=dolske a=tests
2011-02-11 01:30:07 +01:00
Mounir Lamouri
fd59915bc0
Bug 632428 - r=smaug,dolske a=blocking-final
2011-02-11 01:29:40 +01:00
Walter Meinl
49b2905727
Bug 632989 [OS2] restore the default behavior when hovering over menu; r=daveryeo a=NPOTB
2011-02-10 20:05:45 -05:00
Dão Gottwald
0a47d5143e
Bug 633195 - Overflowing tab bar jerks around when selecting the add-ons manager; r=fryn a=dolske
2011-02-10 20:04:53 -05:00
Dão Gottwald
ac112ec32e
Bug 624470 - Dark pixel sticks out when tabs are in title bar on Windows XP; r=shorlander a=doslke
2011-02-10 20:04:17 -05:00
Anthony Ricaud
f3fbcfb3b0
Bug 589219 - [OS X] Update Close Buttons Appearance; f=fryn r=dao ui-r=shorlander a=dolske
2011-02-10 20:03:47 -05:00
Michael Yoshitaka Erlewine
5655ccef56
Bug 618854 - Make Panorama group highlighting more visible [rs=gavin, ui-review=faaborg, a=gavin]
2011-02-09 15:33:43 -05:00
Robert O'Callahan
af73763023
Bug 633040 - [regression] Text rendering looks scaled; r=cjones a=blocking-final/fennec
2011-02-10 20:01:54 -05:00
Dão Gottwald
ac67b72373
Bug 631812 - URLBar broken on certain themes; r=gavin a=blocking-final+
2011-02-10 19:59:40 -05:00
Vivien Nicolas
ba32fd6a8e
Fix spurious NS_WARNING by adding missing return. (Bug 632802) r=dbaron a2.0=dbaron
2011-02-10 15:21:07 -08:00
Robert O'Callahan
b9be837d8c
Bug 622542. Remove unused FrameLayerBuilder::InvalidateAllThebesLayerContents API. r=tnikkel a2.0=blocking
2011-02-10 15:21:07 -08:00
Mats Palmgren
e39778e78a
Bug 629823 - Assert that the root view size is in sync with the pres context visible size. r=tnikkel a=roc
2011-02-10 23:38:37 +01:00
Mats Palmgren
91daa42895
Bug 629823 - Use the right view manager for the parent view. r=tnikkel a=roc
2011-02-10 23:38:37 +01:00
Mats Palmgren
d82610cf02
Bug 631337 - Cannot resize the window using the corner resizer when body is position:relative. r=roc a=blocking2.0:final
2011-02-10 23:38:37 +01:00
Jono S Xia
815a2449bf
Bug 604253 followup, fix for Firefox 3.6. r+a=dtownsend
2011-02-10 14:21:36 -08:00
Richard Newman
590ff514eb
Bug 628788: return more readily after processing GUID anno. r=mconnor
2011-02-07 17:49:42 -08:00