Boris Zbarsky
244e009096
Bug 597345. Discard script preloads if the charset doesn't match. r=sicking, a=blocker
2010-12-07 08:54:50 -05:00
Dão Gottwald
1412b4b408
Bug 610927 - Use tweaked exit icon in the app menu. a=gavin
2010-12-07 13:01:20 +01:00
Dão Gottwald
04416353f3
Bug 616680 - Clean up app button styling in browser-aero.css. r=gavin
2010-12-07 12:59:51 +01:00
Dão Gottwald
75baa1efb1
Bug 614925 - App menu button increases the tab bar height. r=ventron
2010-12-07 12:59:34 +01:00
Dão Gottwald
a205009db7
Bug 615515 - Set the whole item as the dragged element. r=enn
2010-12-07 12:59:15 +01:00
Cameron McCormack
a6cb5fee69
Bug 544833 - Prevent Ctrl+Shift+Tab from triggering Show All Tabs if browser.ctrlTab.previews is false. r=dao
2010-11-29 15:02:36 +13:00
Dão Gottwald
373295c3e1
Backed out changesets 4d16d58becaf, 680d3557cafe, 13ea9fc20ed2, 1b2d4ba850a9, 81d8bf53ab01, 3e74c1c15b63, a29a2a0ae764, d2fd62ffd88e, 183be003b312, faa6ce5a0a20, 3ee27049cd1a. a=permaorange
2010-12-07 12:50:55 +01:00
Philipp von Weitershausen
91a27043c9
Bug 617173 - Merge fx-sync to mozilla-central. a=blocking
2010-12-06 23:04:51 -08:00
Bas Schouten
aee9b16869
Merge backout. a=bustage
2010-12-07 05:40:01 +01:00
Bas Schouten
5ed3adcb07
Backout bug 595277. a=bustage
2010-12-07 05:39:19 +01:00
Robert Sayre
8387bda92a
Merge tracemonkey to mozilla-central. a=blockers
2010-12-06 22:46:53 -05:00
Bas Schouten
e76bae4ae4
Bug 595277 - Part 4: Delay Direct3D 9 usage when possible. r=roc a=blocking-final
2010-12-07 03:06:31 +01:00
Bas Schouten
8466afde38
Bug 595277 - Part 3: Let Canvas and HTML video get the permanent LayerManager when instantiating their stuff. r=roc
2010-12-07 03:05:55 +01:00
Bas Schouten
522be34ef2
Bug 595277 - Part 2: Add parameter to specify requiring the permanent LayerManager. r=roc
2010-12-07 03:05:52 +01:00
Bas Schouten
a2ad61eb97
Bug 595277 - Part 1: Add a method to iterate over all windows. r=roc
2010-12-07 03:05:48 +01:00
Bas Schouten
14cb808663
Bug 595277 - Part 0: Clear out user data on destroy. r=roc
2010-12-07 03:05:25 +01:00
Richard Newman
98051adf04
Bug 616265: Add download limit for history, lift magic number. r=mconnor
2010-12-06 17:25:35 -08:00
Richard Newman
0b0eaa9772
Bug 615926: Belt-and-braces engine disabling check. r=mconnor
2010-12-06 17:23:38 -08:00
Nicholas Nethercote
01067dbf04
Bug 616310 - JM: reduce fragmentation in ExecutableAllocator. r=jseward.
2010-12-06 17:16:08 -08:00
Jim Mathies
7f03842762
Bug 604303 - Trap GetWindowInfo calls in flash and return browser window metrics similar to what we returned prior to the landing of bug 130078. r=bent, a=betaN.
2010-12-06 18:50:56 -06:00
Jim Mathies
e7d876bbd3
Bug 604303 - Fixup linux expose quirk to use PluginModuleChild quirks system. r=karlt, a=betaN.
2010-12-06 18:50:53 -06:00
Jim Mathies
1a1c762758
Bug 604303 - Move plugin quirks from PluginInstanceChild to PluginModuleChild. r=bsmedgerg, a=betaN.
2010-12-06 18:50:47 -06:00
David Mandelin
9dd8742e99
Fix tiny formatting botch.
2010-12-06 16:30:47 -08:00
David Mandelin
7da6337736
Bug 601046: fix freelist maintenance and modify shapes in place in changeProperty, r=brendan
2010-12-06 16:27:39 -08:00
Philipp von Weitershausen
d8c109a724
Bug 615285 - Bookmark sync: track ordering on folder. r=mconnor
2010-12-06 15:51:56 -08:00
Philipp von Weitershausen
5ea3894792
Bug 615410 - Use different annotations for parent and predecessor. r=mconnor
...
The old annotations will no longer be valid because they point to a different kind of GUID.
Since we're using our own GUID system now, we also don't have to munge predecessor and parent GUIDs before setting them.
2010-12-06 15:51:48 -08:00
Philipp von Weitershausen
85eb795fda
Bug 615410 - Have bookmarks generate new-style GUIDs. r=mconnor
2010-12-06 15:51:38 -08:00
Philipp von Weitershausen
6a527a12f4
Bug 615410 - More tests for the bookmark store. r=mconnor
2010-12-06 15:51:33 -08:00
Richard Newman
29811e977e
Bug 615926: fix stupid typo. r=mconnor
2010-12-06 15:09:14 -08:00
Blake Kaplan
50c50a6c60
Bug 610941 - Don't resolve prototypes for things that aren't windows. r=jst
...
--HG--
extra : rebase_source : c455e27b68f15789eae5e7b12d6886560338b22e
2010-12-06 14:46:49 -08:00
Richard Newman
968a496a0e
Bug 615926: attempt to avoid screwing up meta.
2010-12-06 14:22:09 -08:00
Blake Kaplan
ecc7bdafe4
Bug 617093 - Kill the dead XOW cache. r=jst
...
--HG--
extra : rebase_source : 3c31bedb7101204c636a2a082b6fb2d848d7ffc3
2010-12-06 12:10:28 -08:00
Richard Newman
0746bfe3b7
Bug 610914: performance improvements for WeaveCrypto.
2010-12-06 11:52:30 -08:00
Michal Novotny
4d935d0e94
Bug 597224 - HTTP Cache: use directory tree to store cache files. sr=bzbarsky@mit.edu, a=blocker
2010-12-06 17:49:05 +02:00
Blair McBride
d6bf52357d
Bug 614865 - Addon about window does not handle overflow very well. r=dtownsend, a=blocking-final
2010-12-07 13:32:08 +13:00
Blair McBride
b46237ceb3
Bug 492271 - "All Add-ons have been disabled in safe mode" is misleading in safe mode. r=dtownsend, a=blocking-final
2010-12-07 13:31:32 +13:00
Blair McBride
893e2fedfa
Bug 616908 - Global warning in details view of a disabled addon is grey, on Linux. r=dtownsend, a=dtownsend
2010-12-07 13:30:55 +13:00
Blair McBride
2161882ac2
Bug 616641 - Start/end caps of the download-progress binding broken on Windows/OSX with undetermined mode. r=dtownsend, a=blocking-final
2010-12-07 13:28:49 +13:00
Benoit Jacob
81ac2ab66c
Bug 613079 - fix non-libxul build and style fixes - r=dholbert, a=fix-build-nonlibxul
2010-12-06 09:10:42 -05:00
Robert Sayre
dc5b26314b
Merge. a=blockers
2010-12-06 16:59:33 -05:00
Daniel Holbert
840b9fa65b
Backed out changeset cdb7dae6fdbb (bug 614392) due to windows build bustage. a=bustage
2010-12-06 13:57:36 -08:00
Daniel Holbert
9f8c4d1bcb
Bug 614392: Use [noscript, notxpcom] instead of "%{C++" for convenience method imgIContainer::GetType. r=joe sr=bz a=blocking-beta9+
2010-12-06 13:16:11 -08:00
Chris Leary
a43f2a31ca
Remove temporary diagnostics (b=605754 r=dmandelin a=betaN+
...
--HG--
extra : rebase_source : 78f5f3295209262c5ffa9ad2c1c880bd8694f879
2010-12-06 13:12:58 -08:00
Robert Sayre
b788d0255b
Merge tracemonkey to mozilla-central. a=blockers
2010-12-06 16:10:01 -05:00
Robert Sayre
9e058a4747
Merge mozilla-central to tracemonkey.
2010-12-06 13:17:56 -05:00
Benoit Jacob
b01b4a2e0c
Bug 615314 - be silent on uninitialized textures - r=vlad, a=joe
2010-12-06 06:34:35 -05:00
Benoit Jacob
b14c227c79
Bug 616691 - Update list of getParameter pnames - r=vlad, a=joe
2010-12-06 06:34:35 -05:00
Benoit Jacob
1de3f28ff0
Bug 616655 - Pass the tex-input-validation.html test - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
2689520e00
Bug 616608 - Pass the rest of webgl-specific.html test (sections 6.4, 6.5, 6.7 of the spec) - part 3/3: formally support COLORSPACE_CONVERSION (just accessors) - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
d647a3f4c0
Bug 616608 - Pass the rest of webgl-specific.html test - part 2/3: implement section 6.5 on separate parameters - r=vlad
2010-12-06 06:34:35 -05:00