Asaf Romano (Mano)
0a8240a2cf
typo fix for 562998 (a=blocker)
2011-01-22 02:50:41 +02:00
Asaf Romano (Mano)
7581f75759
Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing. r=mak. a=blocker.
2011-01-22 02:39:39 +02:00
Mounir Lamouri
73b95dc2f3
Bug 627657 - Allow email's with no dot in the domain name for <input type='email'>. r=smaug a=sicking
2011-01-22 00:08:42 +01:00
Mounir Lamouri
edcb60858e
Bug 320462 - Send an input event when a value is selected from the autocomple or list dropdown. r=smaug a=sicking
2011-01-22 00:06:27 +01:00
Kyle Huey
0261928cdc
Update to NSPR 4.8.7 RTM to erase changes that landed in Bug 618789. a=me
2011-01-21 18:07:31 -05:00
Kyle Huey
61867a29d2
Bug 625617: Message manager leaks JSObject holder class. r=smaug a=bsmedberg
2011-01-21 17:51:41 -05:00
Kyle Huey
f784845dc3
Bug 467392: Tests. a=tests
2011-01-21 17:50:44 -05:00
Jim Mathies
d9e7ccb885
Bug 618420 - increase the size of the lower border resizer area on windows. r=felipe, a=final.
2011-01-21 15:22:49 -06:00
Robert Strong
91e48aa963
Bug 627848 - Start menu shortcut isn't migrated as implemented in bug 598779. r=Mossop, a=blocking2.0-betaN
2011-01-21 15:22:34 -06:00
Patrick Walton
bb9a788df2
Bug 625454 - Ignore native events on Mac when the run loop is in event tracking mode. r=smichaud a=LegNeato
2011-01-21 15:19:46 -05:00
Michael Yoshitaka Erlewine
0bf261d5e0
Bug 625269 - Reduce some unnecessary resizing of Items when resizing the window [r=ian, a=dietrich]
2011-01-21 10:21:30 -05:00
Max Stepin
29190cb208
Bug 222176 - Animated GIF loops 1 time too many; r=bholly,joe a=joe
2011-01-21 15:18:01 -05:00
Matthias Versen
c15a442645
Bug 622528 - Open RTF document in Thunderbird with OpenOffice is not correct Ascii mode; r=bzbarsky a=bsmedberg
2011-01-21 15:15:12 -05:00
bjarne@runitsoft.com
295120a137
Bug 467392 - Docshell leak with document.write(document.body.innerHTML) and window.location.reload r=michal.novotny, a=blocking-final+
2011-01-21 15:13:26 -05:00
Paul O’Shannessy
7ae9a2a62e
Bug 618315 - Upgrade to SQLite 3.7.4 [r=sdwilsh, a=sdwilsh]
...
This changeset contains the changes needed to mozilla code.
2011-01-21 11:56:43 -08:00
Paul O’Shannessy
849930a8eb
Bug 618315 - Upgrade to SQLite 3.7.4 [rs=mconnor, a=sdwilsh]
...
This changeset contains the changes to SQLite code.
2011-01-21 11:56:43 -08:00
Dave Townsend
c4c06c7917
Bug 594858: Package Feedback as a distribution add-on. r=robstrong, a=blocks-betaN
2011-01-21 11:56:42 -08:00
Brad Lassey
a5a9217796
bug 627767 - When starting up fennec, there are two fennec process, don't fork for lib cache when there are no libs to cache r=dougt a=blocking-fennec
2011-01-21 13:28:44 -05:00
Jonathan Kew
9777ea3fdd
bug 626299 patch 2 - don't use subpixel-AA mode with DWrite fonts when bitmaps are present. r=jdaggett a=blocking
2011-01-21 19:26:30 +00:00
Ehsan Akhgari
77149e237e
Bug 581536 - Part 3: Disconnect the transaction manager from the pres context as soon as it's disconnected from the pres shell; r=dbaron a=blocking-betaN+
...
This patch ensures that if for some reason, the pres context for a pres shell
goes away, we do not hold on to the old transaction manager. Doing so would
lead into the transition properties not being deleted from the elements, which
will later on confuse the new transaction manager if we ever create one.
--HG--
extra : rebase_source : 11cbd972b81be1fa772eb865b2793d55711eec88
2010-12-17 20:45:18 -08:00
Ehsan Akhgari
75e267cec2
Bug 581536 - Part 2: Reconstruct the document element frames when the dir attribute is set on the document; r=bzbarsky a=blocking-betaN+
...
--HG--
rename : layout/reftests/forms/textarea-rtl.html => layout/reftests/forms/textarea-in-dynamic-rtl-doc.html
extra : rebase_source : 444e9dfa75be1e880679c405afd90cfc4031131c
2010-12-15 12:26:54 -08:00
Ehsan Akhgari
f336cece56
Bug 581536 - Resizer direction doesn't handle dynamic changes correctly; r=bsbarsky a=blocking-betaN+
...
--HG--
rename : layout/reftests/forms/textarea-rtl.html => layout/reftests/forms/textarea-rtl-dynamic-attr.html
rename : layout/reftests/forms/textarea-rtl.html => layout/reftests/forms/textarea-rtl-dynamic-style.html
extra : rebase_source : c12e9bcce6d2af527d15fe2f78a80f056888846c
2010-12-10 19:25:25 -05:00
Boris Zbarsky
ee1de88e0f
Bug 581536 part 0. Change SetDocumentInternal to share the normal prescontext/presshell initialization codepath. r=dbaron
...
--HG--
extra : rebase_source : b0a4f5d729e044497def75e9e1ec6baea0a95810
2011-01-21 14:09:11 -05:00
Rafael Ávila de Espíndola
6ecaba7871
Bug 601974 - [clang]: error: exception specification in declaration does not match previous declaration MOZALLOC_THROW_BAD_ALLOC in /toolkit/xre; r,a=bsmedberg
...
--HG--
extra : rebase_source : 49e79f3f99265117508f0ebf5b572a6d596f3c5c
2011-01-21 14:13:04 -05:00
Rafael Ávila de Espíndola
c985ee8f47
Bug 623122 - CurrentThreadId does not have a return for an unreachable exit path (missing return); r=ted a=bsmedberg
...
--HG--
extra : rebase_source : a2f7b61192957dc32c1f85edf232d51431e64483
2011-01-21 14:12:21 -05:00
Rafael Ávila de Espíndola
79936aada6
Bug 623121 - Add constructor for CPPLanguage (which inherits from Language) to placate CLang; r=jimb a=bsmedberg
...
--HG--
extra : rebase_source : a3d601c4b67ac37cde6ebb02783510dcb04297b0
2011-01-21 14:11:35 -05:00
Rafael Ávila de Espíndola
345b6cc05f
Bug 623119 - exception_raise_state exception_raise_state_identity have Duplicated parameter name thread_state_count; r=ted a=bsmedberg
...
--HG--
extra : rebase_source : 62bd5b0145dcb1cd9f3a8178c1ca66ab351f3eb8
2011-01-21 14:10:50 -05:00
Ian Gilman
cb8e75790b
merge backout a=bustage
2011-01-21 11:13:59 -08:00
Ian Gilman
e236eb0bbf
Backed out changeset 599e9b6cd5e5 a=bustage
2011-01-21 11:13:34 -08:00
Gavin Sharp
a3f70dee2c
back out c0547fd3a3cc (bug 620472) due to bug 627332, a=blocking-b10
2011-01-21 11:08:40 -08:00
Mark Finkle
3b7b387891
Bug 627087 - Awesomescreen + Preferences Screens: jerky, text disappears (backout) [r=blassey a=b-f]
2011-01-21 13:14:03 -05:00
Hiroyuki Ikezoe
c4d8ba71b1
Bug 627670 - "The argument of callback function of PopupNotifications is only event name." [r+a-2.0=dtownsend]
2011-01-21 02:21:00 -08:00
Raymond Lee
35277a46e5
Bug 622872 - Broken experience with the following STR (leads to frozen UI) r=ian a=blocking
2011-01-21 10:39:51 +08:00
Mehdi Mulani
4ed3de15f4
Bug 625257 - Undo Close Tab does not work for not-yet-loaded tab. r=zpao a=blocking2.0
2011-01-18 19:46:16 -08:00
Gavin Sharp
efe813fa99
Bug 624843: PopupNotifications need to work after customizing the location bar, r=dolske, a=blocking
2011-01-18 00:11:08 -08:00
Margaret Leibovic
79e73cef20
Bug 569342 - Find bar should not be enabled in about:addons [r=dtownsend,gavin a=blocking]
2011-01-21 09:18:21 -08:00
John Daggett
027d784cc5
Bug 602792. Lazy initialize mUseFontGlyphWidths to avoid unnecessary font io. r=jkew, a=blocker
2011-01-22 01:44:33 +09:00
John Daggett
7715ebfe19
Bug 602792. Initialize dwrite factory at app startup to avoid startup slowdown. r=bas, a=blocker
2011-01-22 01:44:33 +09:00
John Daggett
eeb92a1447
Bug 602792. Clean up font logs and add system fallback logging. r=bas, a=blocker
2011-01-22 01:44:33 +09:00
John Daggett
a1b47791ac
Bug 602792. Use GDI for font table loading to avoid excessive dwrite I/O. r=bas, a=blocker
2011-01-22 01:44:32 +09:00
Blair McBride
53f23821cb
Bug 626358: No loading indicator anymore on Get Addons pane. r=dtownsend, a=blocks-final
2011-01-20 13:47:37 -08:00
Jennifer Boriss
918360a0e2
Bug 626498: Selected category title text in add-ons manager should not be bold. r=Unfocused, a=beltzner
2011-01-20 13:46:36 -08:00
Dave Townsend
37feb9ea56
Bug 623950: Send startup time measurements along with the metadata requests. r=Unfocused, a=sdwilsh
2011-01-20 13:45:10 -08:00
Jono S Xia
f12a6b1d30
Bug 625507: Allow studies and surveys to use arbitrary logic to decide whether to run or not. r+a=dtownsend
2011-01-20 19:56:21 -08:00
Josh Aas
239a2a4f95
Bug 610015: Implement updated Cocoa NPAPI text input spec. Part of this patch written by Steven Michaud. r=josh r=smichaud a=blocking2.0betaN+
2011-01-20 20:08:11 -05:00
Dão Gottwald
f1fc9243ec
Bug 619422, addressing review comment, a=DONTBUILD
2011-01-21 13:04:07 +01:00
Hiroyuki Ikezoe
3efec02adc
Bug 452706 - Avoid the confusion of indistinguishable failure reasons. r=sayrer a=tests
2011-01-21 12:36:59 +01:00
Jonathan Kew
6c238d87c8
bug 574907 - reftests for snapping DirectWrite font size to integer when bitmap is present. a=test-only
2011-01-21 10:40:34 +00:00
Jonathan Kew
f168213574
bug 574907 - don't let DWrite use fractional font sizes and subpixel positioning when embedded bitmaps are present. r=masayuki a=joe
2011-01-21 10:36:28 +00:00
Jonathan Kew
97b96b98fb
bug 624310 - get glyph widths via directwrite rather than font tables when using simulated bold. r=bas a=joe
2011-01-21 10:35:21 +00:00