Граф коммитов

237377 Коммитов

Автор SHA1 Сообщение Дата
timeless@mozdev.org 04bec7eea4 Bug 620905 rules.mk generally fails to set ELOG to print-failed-commands.sh for make -s
r=khuey a=bsmedberg
2011-01-05 14:17:10 -08:00
timeless@mozdev.org 0a61d86586 Bug 620907 js/src/build/unix is missing print-failed-commands.sh
r=khuey a=bsmedberg

--HG--
rename : build/unix/print-failed-commands.sh => js/src/build/unix/print-failed-commands.sh
2011-01-05 14:17:10 -08:00
timeless@mozdev.org badda3072f Bug 620269 unreachable code in nsPlatformCharset::GetDefaultCharsetForLocale if HAVE_LANGINFO_CODESET
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org d24e560125 Bug 619802 nsLocaleService::nsLocaleService leaks resultLocale when posixConverter->GetXPLocale() fails
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org 1298628983 Bug 617913 FuzzOneInvalidCaseConversion could check result of CaseInsensitiveCompare/CharByCharCompareEqual
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org 077eb0bfb4 Bug 607944 Canary fails to build with --disable-libxul (missing symbol XRE_GetProcessType)
r=cjones a=bsmedberg
2011-01-05 14:11:56 -08:00
timeless@mozdev.org 0b0d27a2ec Bug 587618 movePath:toPath:handler: is deprecated in UIMoveFile
r=ted a=bsmedberg
2011-01-05 14:11:56 -08:00
timeless@mozdev.org bab6b1bac7 Bug 585420 Drop files from intl and restore nsCaseConversionImp2
r=smontagu a=bsmedberg
2010-08-18 13:17:12 +03:00
timeless@mozdev.org 2103c10f13 Bug 584969 Remove references to nsIFileSpec from the "supported" set in nsIPrefBranch
r=dveditz a=bsmedberg
2011-01-05 14:11:56 -08:00
Vladimir Vukicevic 121bdeae86 b=523286; [webgl] fix webgl framebuffer attachment test and misc error type; r=bjacob, a=b 2011-01-05 13:08:53 -08:00
Vladimir Vukicevic d3d92c83a3 b=622956; [webgl] add stub extension mechanism, fixes extension tests; r=bjacob 2011-01-05 13:08:53 -08:00
Vladimir Vukicevic 5533c6aad0 b=622957; [webgl] fix depth-stencil test and attachment point; r=bjacob 2011-01-05 13:08:53 -08:00
Vladimir Vukicevic ec90e86ce4 b=622959; [webgl] fix vertexattribpointer test; r=bjacob 2011-01-05 13:08:53 -08:00
Vladimir Vukicevic 4798eb6ce1 b=621986; fix webgl is-object test; r=bjacob 2011-01-05 13:08:53 -08:00
Vladimir Vukicevic d008f869ae b=622961; [webgl] fix getparam/getuniform test; r=bjacob 2011-01-05 13:08:53 -08:00
Ian Gilman 4a9ea646dc Bug 617511 - bug fix for test breakage by 594644 r=dietrich, a=johnath 2011-01-05 12:54:35 -08:00
Ian Gilman eea9ace717 Bug 605935 - Use private-browsing-transition-complete instead of sessionstore-browser-state-restored r=ehsan a=dietrich 2010-11-03 11:14:27 -07:00
Ian Gilman aec8a13bab Bug 594644 part 2 r=dietrich a=blocking 2010-11-22 16:28:38 -08:00
Ian Gilman 0511127156 Bug 594644 - Return from Private Browsing Mode, Panorama forgets tab groups, until Panorama is manually re-launched r=dietrich a=blocking 2010-10-08 15:59:24 -07:00
Ian Gilman 2b6bc88e76 Bug 598795 - Clean up reconnect code once we have instant access to sessionstore r=dietrich, a=blocking 2011-01-05 12:54:34 -08:00
Chris Jones e38ff2750a Bug 623285: Initialize gfxImageSurface.mData. r=bjacob a=blocking-fennec 2011-01-05 13:42:09 -06:00
Robert O'Callahan 37b7216419 Bug 615794. Part 5: Don't abort in RoundedRectIntersectsRect, just check whether we intersect the frame border-box. r=dbaron a=blocking 2011-01-04 23:40:02 +13:00
Robert O'Callahan dda2311546 Bug 615794. Part 4: transform tests pass with D2D now. a=tests 2011-01-04 23:39:53 +13:00
Robert O'Callahan 63abe0192f Bug 615794. Part 3: Snap bounds of border and background display items to pixels if we're sure they will be snapped. r=tnikkel a=blocking 2011-01-04 23:39:47 +13:00
Robert O'Callahan 173ad45857 Bug 615794. Part 2: Remove some usage of gfxUtils::ClipToRegionSnapped since snapping the visible region may not be correct. r=jrmuizel a=blocking 2011-01-04 23:35:57 +13:00
Robert O'Callahan f50dfece5f Bug 615794. Part 1.5: Fix drawing of mForcedBackgroundColor to only fill the bounds of the visible region. r=tnikkel a=blocking
It's not correct to completely fill the destination context with the
mForcedBackgroundColor. FindOpaqueBackgroundColorFor only checks that
the bounds of the layer's visible region can be filled with the color.
Drawing outside the bounds of the visible region may not necessarily
be ignored (see comments on Layer::SetVisibleRegion).
2011-01-04 23:35:57 +13:00
Robert O'Callahan ee8f74d861 Bug 615794. Part 1: Be conservative when converting visible regions and opaque regions from appunits to pixels. r=tnikkel a=blocking 2011-01-04 23:35:57 +13:00
Robert O'Callahan 17544ff657 Bug 602892. Fix test. a=test 2011-01-04 23:35:27 +13:00
Josh Aas 60f54d3647 Bug 475991: Tests for NPAPI redirect handling. r=dwitte a=blocking2.0betaN+ 2011-01-05 14:46:42 -05:00
Josh Aas 5d102ca06e Bug 475991: Extend NPAPI to allow plugins to participate in redirect handling. r=bsmedberg a=blocking2.0betaN+ 2011-01-05 14:44:21 -05:00
Brad Lassey 6774b0b18f bug 620695 - Terms entered in search field from http://bugzilla.mozilla.org are not considered r=jchen a=blocking-fennec 2011-01-05 14:10:38 -05:00
Dave Townsend 33250d162a Bug 616457: Update check also checks for updates of removed add-ons. r=robstrong, a=blocks-betaN 2011-01-05 10:55:48 -08:00
Philipp von Weitershausen 5fbf92ab87 Bug 620547 - Sync UI: Going back to complete PIN leaves Next button disabled. r=mconnor a=blocking-final 2011-01-05 09:21:12 -08:00
Philipp von Weitershausen 8ea987d62f Bug 619995 - Sync Options dialog hangs on "Replace all data on this computer". r=mconnor a=blocking-betaN 2011-01-05 09:21:03 -08:00
Philipp von Weitershausen eb483f6472 Bug 618300 - Easy Setup UI: "Device Connected" modal dialog has no OK/Close button. r=mconnor a=blocking-betaN 2011-01-05 09:20:59 -08:00
Patrick McManus 8ad761ea74 Bug 613977 - Intermittent invalid certificate error prompt in security tests causing timeouts r=honzab a=beta-N 2011-01-05 08:37:45 -05:00
Tatiana Meshkova b451e4ae09 Bug 620647 - plugin-container crashes after channel error r=jones.chris.g sr=roc a=approval2.0 2011-01-05 15:48:26 +02:00
Oleg Romashin a5adebb25d Bug 621226 - extern C necessary for older libproxy iirc. r=doug.turner a=approval2.0 2011-01-05 15:48:23 +02:00
Oleg Romashin 9126c24b6e Bug 622474 - [QT] ipdlunittest does not work on Qt port r=dougt a=npodb 2011-01-05 15:48:21 +02:00
Oleg Romashin d31038374c Bug 621232 - reference to deprecated /proc/component_version r=dougt a=approval2.0 2011-01-05 15:48:19 +02:00
Oleg Romashin 5c49ccb1ac Bug 620684 - Possible attempt to use invalid mGLContext. r=jmuizelaar a=approval2.0 2011-01-05 15:48:17 +02:00
Oleg Romashin 23fa8a086c Bug 622063 - Make Fennec-Gtk compiling on Maemo6 r=dougt a=approval2.0 2011-01-05 15:48:16 +02:00
Ted Mielczarek 9c240ff6aa bug 575519 - add a VC9-built dump_syms.exe, choose dump_syms based on compiler version. r=mitch, a=legneato
--HG--
rename : toolkit/crashreporter/tools/win32/dump_syms.exe => toolkit/crashreporter/tools/win32/dump_syms_vc1400.exe
extra : rebase_source : 3343baae2b65666b3d2d54a1e2c13fecce85d387
2010-09-23 12:53:52 -04:00
Joe Walker ae12ad1158 Bug 619910 - Misplaced autocomplete suggestions when typing a command in a new line; f=mihai.sucan r=gavin.sharp approval2.0=gavin.sharp 2010-12-21 09:31:31 +00:00
Henri Sivonen 137495a7a9 Bug 619497 - Use the WHATWG license in the license header of files transformed from the WHATWG spec. r=lvilla, r=gerv, a=comment-only. DONTBUILD 2011-01-05 14:40:55 +02:00
Axel Hecht c103e94b54 bug 623162, add Kazakh (kk) back to the fx build, a=NPOTB, DONTBUILD 2011-01-05 12:51:54 +01:00
Serge Gautherie 48464bae5d Bug 621414 - mochitests-1: test_fileapi_slice.html logs 12 _very_ (too) long lines; (Av1a) Better differentiate check logs, Stop generating raw-binary and/or over-long log lines.
rs=jonas a=(test only).
2011-01-05 12:35:55 +01:00
Dão Gottwald 2272e45d9e Bug 621222 & bug 622328 - Make #appcontent opaque on glass. r=gavin a=b 2011-01-05 08:00:29 +01:00
Dão Gottwald d7b45022dc Bug 621344 - Displaying print preview stacks app tabs. r=dolske 2011-01-05 07:59:36 +01:00
Justin Lebar cac22add26 Bug 619113 - Fix Vim modeline in nsDocShell.cpp. rs=jst a=DONTBUILD 2010-12-15 14:09:07 -08:00